#BBACBA

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

Shades of Lola #BBACBA

Tints of Lola #BBACBA

Color information

#BBACBA (or 0xBBACBA) is unknown color: approx Lola. HEX triplet: BB, AC and BA. RGB value is (187,172,186). Sum of RGB (Red+Green+Blue) = 187+172+186=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACBA is #445345. Grayscale: #B2B2B2. Windows color (decimal): -4477766 or 12233915. OLE color: 12233915.

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

Color convert

RGB187172186-
CMYK00.080.010.27
HSL304º9.93%70.39%-
HSV(B)304º8.02%73.33%-
XYZ44.1143.6252.55-
YUV178.08132.47134.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=34.31%
G=31.56%
B=34.13%

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
Decimal18717218600.080.010.273049.9370.39
HexBBACBA0811B130a46
Octal27325427201013346012106
Binary1011101110101100101110100100011101110011000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACBA; }

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

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

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

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

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

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

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

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