#B999AA

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

Shades of Lily #B999AA

Tints of Lily #B999AA

Color information

#B999AA (or 0xB999AA) is unknown color: approx Lily. HEX triplet: B9, 99 and AA. RGB value is (185,153,170). Sum of RGB (Red+Green+Blue) = 185+153+170=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B999AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999AA is #466655. Grayscale: #A4A4A4. Windows color (decimal): -4613718 or 11180473. OLE color: 11180473.

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

Color convert

RGB185153170-
CMYK00.170.080.27
HSL328.12º18.6%66.27%-
HSV(B)328.12º17.3%72.55%-
XYZ38.653642.94-
YUV164.51131.1142.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=36.42%
G=30.12%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515317000.170.080.27328.1218.666.27
HexB999AA01181B1481342
Octal271231252021103351023102
Binary101110011001100110101010010001100011011101001000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999AA; }

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

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

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

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

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

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

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

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