#B99FAF

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

Shades of Lily #B99FAF

Tints of Lily #B99FAF

Color information

#B99FAF (or 0xB99FAF) is unknown color: approx Lily. HEX triplet: B9, 9F and AF. RGB value is (185,159,175). Sum of RGB (Red+Green+Blue) = 185+159+175=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAF is #466050. Grayscale: #A8A8A8. Windows color (decimal): -4612177 or 11509689. OLE color: 11509689.

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

Color convert

RGB185159175-
CMYK00.140.050.27
HSL323.08º15.66%67.45%-
HSV(B)323.08º14.05%72.55%-
XYZ40.1438.2145.82-
YUV168.6131.61139.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=35.65%
G=30.64%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515917500.140.050.27323.0815.6667.45
HexB99FAF0E51B1431043
Octal27123725701653350320103
Binary1011100110011111101011110111010111011101000011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FAF; }

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

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

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

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

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

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

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

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