#BBA6BF

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

Shades of Lola #BBA6BF

Tints of Lola #BBA6BF

Color information

#BBA6BF (or 0xBBA6BF) is unknown color: approx Lola. HEX triplet: BB, A6 and BF. RGB value is (187,166,191). Sum of RGB (Red+Green+Blue) = 187+166+191=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6BF is #445940. Grayscale: #AFAFAF. Windows color (decimal): -4479297 or 12560059. OLE color: 12560059.

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

Color convert

RGB187166191-
CMYK0.020.1300.25
HSL290.4º16.34%70%-
HSV(B)290.4º13.09%74.9%-
XYZ43.5341.655.03-
YUV175.13136.96136.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 191 (75% from 255) = 35.11%
R=34.38%
G=30.51%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871661910.020.1300.25290.416.3470
HexBBA6BF2D0191221046
Octal27324627721503144220106
Binary101110111010011010111111101101011001100100010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6BF; }

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

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

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

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

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

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

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

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