#BBAABF

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

Shades of Lola #BBAABF

Tints of Lola #BBAABF

Color information

#BBAABF (or 0xBBAABF) is unknown color: approx Lola. HEX triplet: BB, AA and BF. RGB value is (187,170,191). Sum of RGB (Red+Green+Blue) = 187+170+191=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABF is #445540. Grayscale: #B1B1B1. Windows color (decimal): -4478273 or 12561083. OLE color: 12561083.

HSL color Cylindrical-coordinate representation of color #BBAABF: hue angle of 288.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBAABF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187170191-
CMYK0.020.1100.25
HSL288.57º14.09%70.78%-
HSV(B)288.57º10.99%74.9%-
XYZ44.2743.0855.27-
YUV177.48135.63134.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 191 (75% from 255) = 34.85%
R=34.12%
G=31.02%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871701910.020.1100.25288.5714.0970.78
HexBBAABF2B019121e47
Octal27325227721303144116107
Binary10111011101010101011111110101101100110010000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAABF; }

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

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

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

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

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

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

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

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