#B7AEF8

Color #B7AEF8 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #B7AEF8

Tints of Melrose #B7AEF8

Color information

#B7AEF8 (or 0xB7AEF8) is unknown color: approx Melrose. HEX triplet: B7, AE and F8. RGB value is (183,174,248). Sum of RGB (Red+Green+Blue) = 183+174+248=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7AEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEF8 is #485107. Grayscale: #B8B8B8. Windows color (decimal): -4739336 or 16297655. OLE color: 16297655.

HSL color Cylindrical-coordinate representation of color #B7AEF8: hue angle of 247.3º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AEF8 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183174248-
CMYK0.260.3000.03
HSL247.3º84.09%82.75%-
HSV(B)247.3º29.84%97.25%-
XYZ51.6147.1295.18-
YUV185.13163.48126.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 30.25%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 248 (97.27% from 255) = 40.99%
R=30.25%
G=28.76%
B=40.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831742480.260.3000.03247.384.0982.75
HexB7AEF81A1E03f75453
Octal267256370323603367124123
Binary10110111101011101111100011010111100111111011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEF8; }

 p { color: rgb(183,174,248); }

 H1.HeaderClassName
 {
   color: #B7AEF8;
 }
 .AnyTagClassName
 {
   color: #B7AEF8;
 }
</style>
background-color css

<style>
 a { background-color: #B7AEF8; }

 a { background-color: rgb(183,174,248); }

 div.DivClassName
 {
   background-color: #B7AEF8;
 }
 .BgClassName
 {
   background-color: #B7AEF8;
 }
</style>
border-color css

<style>
 span { border-color: #B7AEF8; }

 span { border-color: rgb(183,174,248); }

 td.TdClassName
 {
   border-color: #B7AEF8;
 }
 .TagClassName
 {
   border-color: #B7AEF8;
 }
</style>