#BBA9BA

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

Shades of Lola #BBA9BA

Tints of Lola #BBA9BA

Color information

#BBA9BA (or 0xBBA9BA) is unknown color: approx Lola. HEX triplet: BB, A9 and BA. RGB value is (187,169,186). Sum of RGB (Red+Green+Blue) = 187+169+186=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9BA is #445645. Grayscale: #B0B0B0. Windows color (decimal): -4478534 or 12233147. OLE color: 12233147.

HSL color Cylindrical-coordinate representation of color #BBA9BA: hue angle of 303.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA9BA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187169186-
CMYK00.100.010.27
HSL303.33º11.69%69.8%-
HSV(B)303.33º9.63%73.33%-
XYZ43.5442.4952.36-
YUV176.32133.46135.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=34.50%
G=31.18%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716918600.100.010.27303.3311.6969.8
HexBBA9BA0A11B12fc46
Octal27325127201213345714106
Binary1011101110101001101110100101011101110010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9BA; }

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

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

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

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

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

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

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

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