#B99AAF

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

Shades of Lily #B99AAF

Tints of Lily #B99AAF

Color information

#B99AAF (or 0xB99AAF) is unknown color: approx Lily. HEX triplet: B9, 9A and AF. RGB value is (185,154,175). Sum of RGB (Red+Green+Blue) = 185+154+175=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B99AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99AAF is #466550. Grayscale: #A5A5A5. Windows color (decimal): -4613457 or 11508409. OLE color: 11508409.

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

Color convert

RGB185154175-
CMYK00.170.050.27
HSL319.35º18.13%66.47%-
HSV(B)319.35º16.76%72.55%-
XYZ39.336.5245.54-
YUV165.66133.27141.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=35.99%
G=29.96%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515417500.170.050.27319.3518.1366.47
HexB99AAF01151B13f1242
Octal27123225702153347722102
Binary10111001100110101010111101000110111011100111111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AAF; }

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

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

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

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

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

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

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

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