#B99FAE

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

Shades of Lily #B99FAE

Tints of Lily #B99FAE

Color information

#B99FAE (or 0xB99FAE) is unknown color: approx Lily. HEX triplet: B9, 9F and AE. RGB value is (185,159,174). Sum of RGB (Red+Green+Blue) = 185+159+174=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAE is #466051. Grayscale: #A8A8A8. Windows color (decimal): -4612178 or 11444153. OLE color: 11444153.

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

Color convert

RGB185159174-
CMYK00.140.060.27
HSL325.38º15.66%67.45%-
HSV(B)325.38º14.05%72.55%-
XYZ40.0538.1745.3-
YUV168.48131.11139.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=35.71%
G=30.69%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515917400.140.060.27325.3815.6667.45
HexB99FAE0E61B1451043
Octal27123725601663350520103
Binary1011100110011111101011100111011011011101000101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FAE; }

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

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

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

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

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

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

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

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