#B99DB0

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

Shades of Lily #B99DB0

Tints of Lily #B99DB0

Color information

#B99DB0 (or 0xB99DB0) is unknown color: approx Lily. HEX triplet: B9, 9D and B0. RGB value is (185,157,176). Sum of RGB (Red+Green+Blue) = 185+157+176=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DB0 is #46624F. Grayscale: #A7A7A7. Windows color (decimal): -4612688 or 11574713. OLE color: 11574713.

HSL color Cylindrical-coordinate representation of color #B99DB0: hue angle of 319.29º 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 #B99DB0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185157176-
CMYK00.150.050.27
HSL319.29º16.67%67.06%-
HSV(B)319.29º15.14%72.55%-
XYZ39.937.5646.22-
YUV167.54132.78140.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=35.71%
G=30.31%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515717600.150.050.27319.2916.6767.06
HexB99DB00F51B13f1143
Octal27123526001753347721103
Binary1011100110011101101100000111110111011100111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DB0; }

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

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

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

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

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

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

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

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