#BBAABA

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

Shades of Lola #BBAABA

Tints of Lola #BBAABA

Color information

#BBAABA (or 0xBBAABA) is unknown color: approx Lola. HEX triplet: BB, AA and BA. RGB value is (187,170,186). Sum of RGB (Red+Green+Blue) = 187+170+186=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABA is #445545. Grayscale: #B0B0B0. Windows color (decimal): -4478278 or 12233403. OLE color: 12233403.

HSL color Cylindrical-coordinate representation of color #BBAABA: hue angle of 303.53º 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 #BBAABA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187170186-
CMYK00.090.010.27
HSL303.53º11.11%70%-
HSV(B)303.53º9.09%73.33%-
XYZ43.7342.8652.42-
YUV176.91133.13135.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=34.44%
G=31.31%
B=34.25%

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
Decimal18717018600.090.010.27303.5311.1170
HexBBAABA0911B130b46
Octal27325227201113346013106
Binary1011101110101010101110100100111101110011000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAABA; }

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

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

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

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

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

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

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

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