#B8AEEC

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

Shades of Melrose #B8AEEC

Tints of Melrose #B8AEEC

Color information

#B8AEEC (or 0xB8AEEC) is unknown color: approx Melrose. HEX triplet: B8, AE and EC. RGB value is (184,174,236). Sum of RGB (Red+Green+Blue) = 184+174+236=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEEC is #475113. Grayscale: #B7B7B7. Windows color (decimal): -4673812 or 15511224. OLE color: 15511224.

HSL color Cylindrical-coordinate representation of color #B8AEEC: hue angle of 249.68º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8AEEC is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184174236-
CMYK0.220.2600.07
HSL249.68º62%80.39%-
HSV(B)249.68º26.27%92.55%-
XYZ50.0446.5285.7-
YUV184.06157.31127.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.98%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=30.98%
G=29.29%
B=39.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841742360.220.2600.07249.686280.39
HexB8AEEC161A07fa3e50
Octal27025635426320737276120
Binary10111000101011101110110010110110100111111110101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEEC; }

 p { color: rgb(184,174,236); }

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

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

 a { background-color: rgb(184,174,236); }

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

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

 span { border-color: rgb(184,174,236); }

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