#B9AAB7

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

Shades of Lola #B9AAB7

Tints of Lola #B9AAB7

Color information

#B9AAB7 (or 0xB9AAB7) is unknown color: approx Lola. HEX triplet: B9, AA and B7. RGB value is (185,170,183). Sum of RGB (Red+Green+Blue) = 185+170+183=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAB7 is #465548. Grayscale: #AFAFAF. Windows color (decimal): -4609353 or 12036793. OLE color: 12036793.

HSL color Cylindrical-coordinate representation of color #B9AAB7: hue angle of 308º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9AAB7 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB185170183-
CMYK00.080.010.27
HSL308º9.68%69.61%-
HSV(B)308º8.11%72.55%-
XYZ42.9342.4850.74-
YUV175.97131.97134.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=34.39%
G=31.60%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517018300.080.010.273089.6869.61
HexB9AAB70811B134a46
Octal27125226701013346412106
Binary1011100110101010101101110100011101110011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAB7; }

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

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

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

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

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

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

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

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