Html Css Color HEX #B996AD Lily

📋 copy color: '#B996AD'

red 185 ◦ green 150 ◦ blue 173

#B996AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #B996AD

Tints of Lily #B996AD

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 value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B996AD (or 0xB996AD) is known color: 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

RGB 185 150 173 -
CMYK 0 0.19 0.06 0.27
HSL 320.57º 0.2% 0.66% -
HSV(B) 320.57º 0.19% 0.73% -
XYZ 38.46 35.14 44.29 -
YUV 163.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 185 150 173 0 0.19 0.06 0.27 320.57 0.2 0.66
Hex B9 96 AD 0 13 6 1B 141 14 42
Octal 271 226 255 0 23 6 33 501 24 102
Binary 10111001 10010110 10101101 0 10011 110 11011 101000001 10100 1000010

Color Harmonies of #B996AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996AD

Black with #B996AD

Text Example


Text Example

White with #B996AD

Text Example


Text Example

HTML Codes & Css Web 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>