#B99AAD

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

Shades of Lily #B99AAD

Tints of Lily #B99AAD

Color information

#B99AAD (or 0xB99AAD) is unknown color: approx Lily. HEX triplet: B9, 9A and AD. RGB value is (185,154,173). Sum of RGB (Red+Green+Blue) = 185+154+173=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B99AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99AAD is #466552. Grayscale: #A5A5A5. Windows color (decimal): -4613459 or 11377337. OLE color: 11377337.

HSL color Cylindrical-coordinate representation of color #B99AAD: hue angle of 323.23º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B99AAD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185154173-
CMYK00.170.060.27
HSL323.23º18.13%66.47%-
HSV(B)323.23º16.76%72.55%-
XYZ39.1136.4444.51-
YUV165.44132.27141.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=36.13%
G=30.08%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515417300.170.060.27323.2318.1366.47
HexB99AAD01161B1431242
Octal27123225502163350322102
Binary10111001100110101010110101000111011011101000011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AAD; }

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

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

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

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

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

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

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

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