#BBA2BA

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

Shades of Lola #BBA2BA

Tints of Lola #BBA2BA

Color information

#BBA2BA (or 0xBBA2BA) is unknown color: approx Lola. HEX triplet: BB, A2 and BA. RGB value is (187,162,186). Sum of RGB (Red+Green+Blue) = 187+162+186=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2BA is #445D45. Grayscale: #ACACAC. Windows color (decimal): -4480326 or 12231355. OLE color: 12231355.

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

Color convert

RGB187162186-
CMYK00.130.010.27
HSL302.4º15.53%68.43%-
HSV(B)302.4º13.37%73.33%-
XYZ42.2839.9551.94-
YUV172.21135.78138.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=34.95%
G=30.28%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716218600.130.010.27302.415.5368.43
HexBBA2BA0D11B12e1044
Octal27324227201513345620104
Binary10111011101000101011101001101111011100101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2BA; }

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

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

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

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

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

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

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

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