#B996AD

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

Shades of Lily #B996AD

Tints of Lily #B996AD

Color information

#B996AD (or 0xB996AD) is unknown color: approx Lily. HEX triplet: B9, 96 and AD. RGB value is (185,150,173). Sum of RGB (Red+Green+Blue) = 185+150+173=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B996AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B996AD is #466952. Grayscale: #A3A3A3. Windows color (decimal): -4614483 or 11376313. OLE color: 11376313.

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

Color convert

RGB185150173-
CMYK00.190.060.27
HSL320.57º20%65.69%-
HSV(B)320.57º18.92%72.55%-
XYZ38.4635.1444.29-
YUV163.09133.6143.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=36.42%
G=29.53%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515017300.190.060.27320.572065.69
HexB996AD01361B1411442
Octal27122625502363350124102
Binary10111001100101101010110101001111011011101000001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996AD; }

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

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

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

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

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

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

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

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