#BB9EC0

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

Shades of Lola #BB9EC0

Tints of Lola #BB9EC0

Color information

#BB9EC0 (or 0xBB9EC0) is unknown color: approx Lola. HEX triplet: BB, 9E and C0. RGB value is (187,158,192). Sum of RGB (Red+Green+Blue) = 187+158+192=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB9EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EC0 is #44613F. Grayscale: #AAAAAA. Windows color (decimal): -4481344 or 12623547. OLE color: 12623547.

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

Color convert

RGB187158192-
CMYK0.030.1800.25
HSL291.18º21.25%68.63%-
HSV(B)291.18º17.71%75.29%-
XYZ42.2338.8255.14-
YUV170.55140.11139.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=34.82%
G=29.42%
B=35.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871581920.030.1800.25291.1821.2568.63
HexBB9EC03120191231545
Octal27323630032203144325105
Binary1011101110011110110000001110010011001100100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EC0; }

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

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

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

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

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

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

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

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