#B99EAD

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

Shades of Lily #B99EAD

Tints of Lily #B99EAD

Color information

#B99EAD (or 0xB99EAD) is unknown color: approx Lily. HEX triplet: B9, 9E and AD. RGB value is (185,158,173). Sum of RGB (Red+Green+Blue) = 185+158+173=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EAD is #466152. Grayscale: #A7A7A7. Windows color (decimal): -4612435 or 11378361. OLE color: 11378361.

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

Color convert

RGB185158173-
CMYK00.150.060.27
HSL326.67º16.17%67.25%-
HSV(B)326.67º14.59%72.55%-
XYZ39.7837.7944.73-
YUV167.78130.95140.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=35.85%
G=30.62%
B=33.53%

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
Decimal18515817300.150.060.27326.6716.1767.25
HexB99EAD0F61B1471043
Octal27123625501763350720103
Binary1011100110011110101011010111111011011101000111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EAD; }

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

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

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

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

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

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

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

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