#BBACB9

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

Shades of Lola #BBACB9

Tints of Lola #BBACB9

Color information

#BBACB9 (or 0xBBACB9) is unknown color: approx Lola. HEX triplet: BB, AC and B9. RGB value is (187,172,185). Sum of RGB (Red+Green+Blue) = 187+172+185=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB9 is #445346. Grayscale: #B1B1B1. Windows color (decimal): -4477767 or 12168379. OLE color: 12168379.

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

Color convert

RGB187172185-
CMYK00.080.010.27
HSL308º9.93%70.39%-
HSV(B)308º8.02%73.33%-
XYZ4443.5751.99-
YUV177.97131.97134.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 185 (72.66% from 255) = 34.01%
R=34.38%
G=31.62%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717218500.080.010.273089.9370.39
HexBBACB90811B134a46
Octal27325427101013346412106
Binary1011101110101100101110010100011101110011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACB9; }

 p { color: rgb(187,172,185); }

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

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

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

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

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

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

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