#B99EAE

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

Shades of Lily #B99EAE

Tints of Lily #B99EAE

Color information

#B99EAE (or 0xB99EAE) is unknown color: approx Lily. HEX triplet: B9, 9E and AE. RGB value is (185,158,174). Sum of RGB (Red+Green+Blue) = 185+158+174=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EAE is #466151. Grayscale: #A7A7A7. Windows color (decimal): -4612434 or 11443897. OLE color: 11443897.

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

Color convert

RGB185158174-
CMYK00.150.060.27
HSL324.44º16.17%67.25%-
HSV(B)324.44º14.59%72.55%-
XYZ39.8737.8245.24-
YUV167.9131.45140.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=35.78%
G=30.56%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515817400.150.060.27324.4416.1767.25
HexB99EAE0F61B1441043
Octal27123625601763350420103
Binary1011100110011110101011100111111011011101000100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EAE; }

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

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

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

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

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

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

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

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