#BB9EBE

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

Shades of Lola #BB9EBE

Tints of Lola #BB9EBE

Color information

#BB9EBE (or 0xBB9EBE) is unknown color: approx Lola. HEX triplet: BB, 9E and BE. RGB value is (187,158,190). Sum of RGB (Red+Green+Blue) = 187+158+190=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB9EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EBE is #446141. Grayscale: #AAAAAA. Windows color (decimal): -4481346 or 12492475. OLE color: 12492475.

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

Color convert

RGB187158190-
CMYK0.020.1700.25
HSL294.38º19.75%68.24%-
HSV(B)294.38º16.84%74.51%-
XYZ42.0138.7453.98-
YUV170.32139.11139.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=34.95%
G=29.53%
B=35.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871581900.020.1700.25294.3819.7568.24
HexBB9EBE2110191261444
Octal27323627622103144624104
Binary1011101110011110101111101010001011001100100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EBE; }

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

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

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

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

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

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

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

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