#BBA9BF

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

Shades of Lola #BBA9BF

Tints of Lola #BBA9BF

Color information

#BBA9BF (or 0xBBA9BF) is unknown color: approx Lola. HEX triplet: BB, A9 and BF. RGB value is (187,169,191). Sum of RGB (Red+Green+Blue) = 187+169+191=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9BF is #445640. Grayscale: #B0B0B0. Windows color (decimal): -4478529 or 12560827. OLE color: 12560827.

HSL color Cylindrical-coordinate representation of color #BBA9BF: hue angle of 289.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA9BF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187169191-
CMYK0.020.1200.25
HSL289.09º14.67%70.59%-
HSV(B)289.09º11.52%74.9%-
XYZ44.0942.755.21-
YUV176.89135.96135.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 191 (75% from 255) = 34.92%
R=34.19%
G=30.90%
B=34.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871691910.020.1200.25289.0914.6770.59
HexBBA9BF2C019121f47
Octal27325127721403144117107
Binary10111011101010011011111110110001100110010000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9BF; }

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

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

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

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

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

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

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

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