#B99FAA

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

Shades of Lily #B99FAA

Tints of Lily #B99FAA

Color information

#B99FAA (or 0xB99FAA) is unknown color: approx Lily. HEX triplet: B9, 9F and AA. RGB value is (185,159,170). Sum of RGB (Red+Green+Blue) = 185+159+170=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAA is #466055. Grayscale: #A8A8A8. Windows color (decimal): -4612182 or 11182009. OLE color: 11182009.

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

Color convert

RGB185159170-
CMYK00.140.080.27
HSL334.62º15.66%67.45%-
HSV(B)334.62º14.05%72.55%-
XYZ39.6638.0143.28-
YUV168.03129.11140.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=35.99%
G=30.93%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515917000.140.080.27334.6215.6667.45
HexB99FAA0E81B14f1043
Octal271237252016103351720103
Binary10111001100111111010101001110100011011101001111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FAA; }

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

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

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

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

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

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

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

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