#BBA9BE

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

Shades of Lola #BBA9BE

Tints of Lola #BBA9BE

Color information

#BBA9BE (or 0xBBA9BE) is unknown color: approx Lola. HEX triplet: BB, A9 and BE. RGB value is (187,169,190). Sum of RGB (Red+Green+Blue) = 187+169+190=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9BE is #445641. Grayscale: #B0B0B0. Windows color (decimal): -4478530 or 12495291. OLE color: 12495291.

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

Color convert

RGB187169190-
CMYK0.020.1100.25
HSL291.43º13.91%70.39%-
HSV(B)291.43º11.05%74.51%-
XYZ43.9842.6654.63-
YUV176.78135.46135.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=34.25%
G=30.95%
B=34.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871691900.020.1100.25291.4313.9170.39
HexBBA9BE2B019123e46
Octal27325127621303144316106
Binary10111011101010011011111010101101100110010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9BE; }

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

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

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

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

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

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

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

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