#B99DBE

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

Shades of Lola #B99DBE

Tints of Lola #B99DBE

Color information

#B99DBE (or 0xB99DBE) is unknown color: approx Lola. HEX triplet: B9, 9D and BE. RGB value is (185,157,190). Sum of RGB (Red+Green+Blue) = 185+157+190=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBE is #466241. Grayscale: #A9A9A9. Windows color (decimal): -4612674 or 12492217. OLE color: 12492217.

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

Color convert

RGB185157190-
CMYK0.030.1700.25
HSL290.91º20.25%68.04%-
HSV(B)290.91º17.37%74.51%-
XYZ41.3638.1553.9-
YUV169.13139.78139.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=34.77%
G=29.51%
B=35.71%

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
Decimal1851571900.030.1700.25290.9120.2568.04
HexB99DBE3110191231444
Octal27123527632103144324104
Binary1011100110011101101111101110001011001100100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DBE; }

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

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

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

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

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

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

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

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