#BBACBF

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

Shades of Lola #BBACBF

Tints of Lola #BBACBF

Color information

#BBACBF (or 0xBBACBF) is unknown color: approx Lola. HEX triplet: BB, AC and BF. RGB value is (187,172,191). Sum of RGB (Red+Green+Blue) = 187+172+191=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACBF is #445340. Grayscale: #B2B2B2. Windows color (decimal): -4477761 or 12561595. OLE color: 12561595.

HSL color Cylindrical-coordinate representation of color #BBACBF: hue angle of 287.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBACBF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187172191-
CMYK0.020.1000.25
HSL287.37º12.93%71.18%-
HSV(B)287.37º9.95%74.9%-
XYZ44.6543.8355.4-
YUV178.65134.97133.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 191 (75% from 255) = 34.73%
R=34%
G=31.27%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871721910.020.1000.25287.3712.9371.18
HexBBACBF2A01911fd47
Octal27325427721203143715107
Binary10111011101011001011111110101001100110001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACBF; }

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

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

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

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

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

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

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

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