#B99EBE

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

Shades of Lola #B99EBE

Tints of Lola #B99EBE

Color information

#B99EBE (or 0xB99EBE) is unknown color: approx Lola. HEX triplet: B9, 9E and BE. RGB value is (185,158,190). Sum of RGB (Red+Green+Blue) = 185+158+190=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EBE is #466141. Grayscale: #A9A9A9. Windows color (decimal): -4612418 or 12492473. OLE color: 12492473.

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

Color convert

RGB185158190-
CMYK0.030.1700.25
HSL290.62º19.75%68.24%-
HSV(B)290.62º16.84%74.51%-
XYZ41.5338.4953.95-
YUV169.72139.45138.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=34.71%
G=29.64%
B=35.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851581900.030.1700.25290.6219.7568.24
HexB99EBE3110191231444
Octal27123627632103144324104
Binary1011100110011110101111101110001011001100100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EBE; }

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

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

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

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

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

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

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

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