#B996AA

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

Shades of Lily #B996AA

Tints of Lily #B996AA

Color information

#B996AA (or 0xB996AA) is unknown color: approx Lily. HEX triplet: B9, 96 and AA. RGB value is (185,150,170). Sum of RGB (Red+Green+Blue) = 185+150+170=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B996AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B996AA is #466955. Grayscale: #A2A2A2. Windows color (decimal): -4614486 or 11179705. OLE color: 11179705.

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

Color convert

RGB185150170-
CMYK00.190.080.27
HSL325.71º20%65.69%-
HSV(B)325.71º18.92%72.55%-
XYZ38.1735.0342.78-
YUV162.74132.1143.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=36.63%
G=29.70%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515017000.190.080.27325.712065.69
HexB996AA01381B1461442
Octal271226252023103350624102
Binary101110011001011010101010010011100011011101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996AA; }

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

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

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

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

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

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

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

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