Shades of Lily #B996AC
Tints of Lily #B996AC
RGB
CMYK
RGB Variations
Color information
#B996AC (or 0xB996AC) is known color: Lily. HEX triplet: B9, 96 and AC. RGB value is (185,150,172). Sum of RGB (Red+Green+Blue) = 185+150+172=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B996AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B996AC is #466953. Grayscale: #A2A2A2. Windows color (decimal): -4614484 or 11310777. OLE color: 11310777.
HSL color Cylindrical-coordinate representation of color #B996AC: hue angle of 322.29º 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 #B996AC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 172 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.27 |
| HSL | 322.29º | 0.2% | 0.66% | - |
| HSV(B) | 322.29º | 0.19% | 0.73% | - |
| XYZ | 38.36 | 35.11 | 43.78 | - |
| YUV | 162.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 172 | 0 | 0.19 | 0.07 | 0.27 | 322.29 | 0.2 | 0.66 |
| Hex | B9 | 96 | AC | 0 | 13 | 7 | 1B | 142 | 14 | 42 |
| Octal | 271 | 226 | 254 | 0 | 23 | 7 | 33 | 502 | 24 | 102 |
| Binary | 10111001 | 10010110 | 10101100 | 0 | 10011 | 111 | 11011 | 101000010 | 10100 | 1000010 |
Color Harmonies of #B996AC
Complementary color
Monochromatic Colors of #B996AC
Black with #B996AC
Text Example
Text Example
White with #B996AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996AC; }
p { color: rgb(185,150,172); }
H1.HeaderClassName
{
color: #B996AC;
}
.AnyTagClassName
{
color: #B996AC;
}
</style>
background-color css
<style>
a { background-color: #B996AC; }
a { background-color: rgb(185,150,172); }
div.DivClassName
{
background-color: #B996AC;
}
.BgClassName
{
background-color: #B996AC;
}
</style>
border-color css
<style>
span { border-color: #B996AC; }
span { border-color: rgb(185,150,172); }
td.TdClassName
{
border-color: #B996AC;
}
.TagClassName
{
border-color: #B996AC;
}
</style>