#BBA0BA

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

Shades of Lola #BBA0BA

Tints of Lola #BBA0BA

Color information

#BBA0BA (or 0xBBA0BA) is unknown color: approx Lola. HEX triplet: BB, A0 and BA. RGB value is (187,160,186). Sum of RGB (Red+Green+Blue) = 187+160+186=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0BA is #445F45. Grayscale: #AAAAAA. Windows color (decimal): -4480838 or 12230843. OLE color: 12230843.

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

Color convert

RGB187160186-
CMYK00.140.010.27
HSL302.22º16.56%68.04%-
HSV(B)302.22º14.44%73.33%-
XYZ41.9339.2551.82-
YUV171.04136.45139.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=35.08%
G=30.02%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716018600.140.010.27302.2216.5668.04
HexBBA0BA0E11B12e1144
Octal27324027201613345621104
Binary10111011101000001011101001110111011100101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0BA; }

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

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

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

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

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

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

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

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