#BBAABD

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

Shades of Lola #BBAABD

Tints of Lola #BBAABD

Color information

#BBAABD (or 0xBBAABD) is unknown color: approx Lola. HEX triplet: BB, AA and BD. RGB value is (187,170,189). Sum of RGB (Red+Green+Blue) = 187+170+189=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABD is #445542. Grayscale: #B1B1B1. Windows color (decimal): -4478275 or 12430011. OLE color: 12430011.

HSL color Cylindrical-coordinate representation of color #BBAABD: hue angle of 293.68º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBAABD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187170189-
CMYK0.010.1000.26
HSL293.68º12.58%70.39%-
HSV(B)293.68º10.05%74.12%-
XYZ44.0542.9954.12-
YUV177.25134.63134.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=34.25%
G=31.14%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871701890.010.1000.26293.6812.5870.39
HexBBAABD1A01A126d46
Octal27325227511203244615106
Binary1011101110101010101111011101001101010010011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAABD; }

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

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

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

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

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

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

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

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