#BBA1BA

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

Shades of Lola #BBA1BA

Tints of Lola #BBA1BA

Color information

#BBA1BA (or 0xBBA1BA) is unknown color: approx Lola. HEX triplet: BB, A1 and BA. RGB value is (187,161,186). Sum of RGB (Red+Green+Blue) = 187+161+186=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1BA is #445E45. Grayscale: #ABABAB. Windows color (decimal): -4480582 or 12231099. OLE color: 12231099.

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

Color convert

RGB187161186-
CMYK00.140.010.27
HSL302.31º16.05%68.24%-
HSV(B)302.31º13.9%73.33%-
XYZ42.139.651.88-
YUV171.62136.11138.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=35.02%
G=30.15%
B=34.83%

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
Decimal18716118600.140.010.27302.3116.0568.24
HexBBA1BA0E11B12e1044
Octal27324127201613345620104
Binary10111011101000011011101001110111011100101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1BA; }

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

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

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

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

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

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

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

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