#BBAAB9

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

Shades of Lola #BBAAB9

Tints of Lola #BBAAB9

Color information

#BBAAB9 (or 0xBBAAB9) is unknown color: approx Lola. HEX triplet: BB, AA and B9. RGB value is (187,170,185). Sum of RGB (Red+Green+Blue) = 187+170+185=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB9 is #445546. Grayscale: #B0B0B0. Windows color (decimal): -4478279 or 12167867. OLE color: 12167867.

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

Color convert

RGB187170185-
CMYK00.090.010.27
HSL307.06º11.11%70%-
HSV(B)307.06º9.09%73.33%-
XYZ43.6342.8251.86-
YUV176.79132.63135.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=34.50%
G=31.37%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717018500.090.010.27307.0611.1170
HexBBAAB90911B133b46
Octal27325227101113346313106
Binary1011101110101010101110010100111101110011001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAB9; }

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

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

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

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

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

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

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

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