#B9AAE9

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

Shades of Melrose #B9AAE9

Tints of Melrose #B9AAE9

Color information

#B9AAE9 (or 0xB9AAE9) is unknown color: approx Melrose. HEX triplet: B9, AA and E9. RGB value is (185,170,233). Sum of RGB (Red+Green+Blue) = 185+170+233=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAE9 is #465516. Grayscale: #B5B5B5. Windows color (decimal): -4609303 or 15313593. OLE color: 15313593.

HSL color Cylindrical-coordinate representation of color #B9AAE9: hue angle of 254.29º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9AAE9 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185170233-
CMYK0.210.2700.09
HSL254.29º58.88%79.02%-
HSV(B)254.29º27.04%91.37%-
XYZ49.0944.9583.18-
YUV181.67156.97130.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 233 (91.41% from 255) = 39.63%
R=31.46%
G=28.91%
B=39.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851702330.210.2700.09254.2958.8879.02
HexB9AAE9151B09fe3b4f
Octal271252351253301137673117
Binary101110011010101011101001101011101101001111111101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAE9; }

 p { color: rgb(185,170,233); }

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

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

 a { background-color: rgb(185,170,233); }

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

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

 span { border-color: rgb(185,170,233); }

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