#BBAABB

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

Shades of Lola #BBAABB

Tints of Lola #BBAABB

Color information

#BBAABB (or 0xBBAABB) is unknown color: approx Lola. HEX triplet: BB, AA and BB. RGB value is (187,170,187). Sum of RGB (Red+Green+Blue) = 187+170+187=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABB is #445544. Grayscale: #B0B0B0. Windows color (decimal): -4478277 or 12298939. OLE color: 12298939.

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

Color convert

RGB187170187-
CMYK00.0900.27
HSL300º11.11%70%-
HSV(B)300º9.09%73.33%-
XYZ43.8442.952.98-
YUV177.02133.63135.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=34.38%
G=31.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717018700.0900.2730011.1170
HexBBAABB0901B12cb46
Octal27325227301103345413106
Binary1011101110101010101110110100101101110010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAABB; }

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

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

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

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

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

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

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

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