#B99DBD

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

Shades of Lola #B99DBD

Tints of Lola #B99DBD

Color information

#B99DBD (or 0xB99DBD) is unknown color: approx Lola. HEX triplet: B9, 9D and BD. RGB value is (185,157,189). Sum of RGB (Red+Green+Blue) = 185+157+189=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #B99DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBD is #466242. Grayscale: #A8A8A8. Windows color (decimal): -4612675 or 12426681. OLE color: 12426681.

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

Color convert

RGB185157189-
CMYK0.020.1700.26
HSL292.5º19.51%67.84%-
HSV(B)292.5º16.93%74.12%-
XYZ41.2538.153.32-
YUV169.02139.28139.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=34.84%
G=29.57%
B=35.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851571890.020.1700.26292.519.5167.84
HexB99DBD21101A1241444
Octal27123527522103244424104
Binary1011100110011101101111011010001011010100100100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DBD; }

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

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

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

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

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

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

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

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