#B99DB1

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

Shades of Lily #B99DB1

Tints of Lily #B99DB1

Color information

#B99DB1 (or 0xB99DB1) is unknown color: approx Lily. HEX triplet: B9, 9D and B1. RGB value is (185,157,177). Sum of RGB (Red+Green+Blue) = 185+157+177=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DB1 is #46624E. Grayscale: #A7A7A7. Windows color (decimal): -4612687 or 11640249. OLE color: 11640249.

HSL color Cylindrical-coordinate representation of color #B99DB1: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99DB1 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185157177-
CMYK00.150.040.27
HSL317.14º16.67%67.06%-
HSV(B)317.14º15.14%72.55%-
XYZ4037.646.74-
YUV167.65133.28140.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=35.65%
G=30.25%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515717700.150.040.27317.1416.6767.06
HexB99DB10F41B13d1143
Octal27123526101743347521103
Binary1011100110011101101100010111110011011100111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DB1; }

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

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

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

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

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

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

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

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