#BBA9BB

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

Shades of Lola #BBA9BB

Tints of Lola #BBA9BB

Color information

#BBA9BB (or 0xBBA9BB) is unknown color: approx Lola. HEX triplet: BB, A9 and BB. RGB value is (187,169,187). Sum of RGB (Red+Green+Blue) = 187+169+187=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBA9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9BB is #445644. Grayscale: #B0B0B0. Windows color (decimal): -4478533 or 12298683. OLE color: 12298683.

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

Color convert

RGB187169187-
CMYK00.1000.27
HSL300º11.69%69.8%-
HSV(B)300º9.63%73.33%-
XYZ43.6542.5352.92-
YUV176.43133.96135.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=34.44%
G=31.12%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716918700.1000.2730011.6969.8
HexBBA9BB0A01B12cc46
Octal27325127301203345414106
Binary1011101110101001101110110101001101110010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9BB; }

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

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

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

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

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

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

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

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