#B99DAF

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

Shades of Lily #B99DAF

Tints of Lily #B99DAF

Color information

#B99DAF (or 0xB99DAF) is unknown color: approx Lily. HEX triplet: B9, 9D and AF. RGB value is (185,157,175). Sum of RGB (Red+Green+Blue) = 185+157+175=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DAF is #466250. Grayscale: #A7A7A7. Windows color (decimal): -4612689 or 11509177. OLE color: 11509177.

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

Color convert

RGB185157175-
CMYK00.150.050.27
HSL321.43º16.67%67.06%-
HSV(B)321.43º15.14%72.55%-
XYZ39.837.5245.7-
YUV167.42132.28140.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=35.78%
G=30.37%
B=33.85%

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
Decimal18515717500.150.050.27321.4316.6767.06
HexB99DAF0F51B1411143
Octal27123525701753350121103
Binary1011100110011101101011110111110111011101000001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DAF; }

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

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

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

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

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

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

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

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