#BBA5BF

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

Shades of Lola #BBA5BF

Tints of Lola #BBA5BF

Color information

#BBA5BF (or 0xBBA5BF) is unknown color: approx Lola. HEX triplet: BB, A5 and BF. RGB value is (187,165,191). Sum of RGB (Red+Green+Blue) = 187+165+191=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BF is #445A40. Grayscale: #AEAEAE. Windows color (decimal): -4479553 or 12559803. OLE color: 12559803.

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

Color convert

RGB187165191-
CMYK0.020.1400.25
HSL290.77º16.88%69.8%-
HSV(B)290.77º13.61%74.9%-
XYZ43.3541.2454.96-
YUV174.54137.29136.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 191 (75% from 255) = 35.17%
R=34.44%
G=30.39%
B=35.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871651910.020.1400.25290.7716.8869.8
HexBBA5BF2E0191231146
Octal27324527721603144321106
Binary101110111010010110111111101110011001100100011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5BF; }

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

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

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

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

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

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

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

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