#BBA2BF

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

Shades of Lola #BBA2BF

Tints of Lola #BBA2BF

Color information

#BBA2BF (or 0xBBA2BF) is unknown color: approx Lola. HEX triplet: BB, A2 and BF. RGB value is (187,162,191). Sum of RGB (Red+Green+Blue) = 187+162+191=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2BF is #445D40. Grayscale: #ACACAC. Windows color (decimal): -4480321 or 12559035. OLE color: 12559035.

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

Color convert

RGB187162191-
CMYK0.020.1500.25
HSL291.72º18.47%69.22%-
HSV(B)291.72º15.18%74.9%-
XYZ42.8240.1754.79-
YUV172.78138.28138.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 191 (75% from 255) = 35.37%
R=34.63%
G=30%
B=35.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871621910.020.1500.25291.7218.4769.22
HexBBA2BF2F0191241245
Octal27324227721703144422105
Binary101110111010001010111111101111011001100100100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2BF; }

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

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

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

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

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

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

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

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