#BBA5BE

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

Shades of Lola #BBA5BE

Tints of Lola #BBA5BE

Color information

#BBA5BE (or 0xBBA5BE) is unknown color: approx Lola. HEX triplet: BB, A5 and BE. RGB value is (187,165,190). Sum of RGB (Red+Green+Blue) = 187+165+190=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BE is #445A41. Grayscale: #AEAEAE. Windows color (decimal): -4479554 or 12494267. OLE color: 12494267.

HSL color Cylindrical-coordinate representation of color #BBA5BE: hue angle of 292.8º 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 #BBA5BE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187165190-
CMYK0.020.1300.25
HSL292.8º16.13%69.61%-
HSV(B)292.8º13.16%74.51%-
XYZ43.2441.1954.39-
YUV174.43136.79136.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=34.50%
G=30.44%
B=35.06%

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
Decimal1871651900.020.1300.25292.816.1369.61
HexBBA5BE2D0191251046
Octal27324527621503144520106
Binary101110111010010110111110101101011001100100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5BE; }

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

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

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

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

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

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

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

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