Shades of Lily #B796AD
Tints of Lily #B796AD
RGB
CMYK
RGB Variations
Color information
#B796AD (or 0xB796AD) is known color: Lily. HEX triplet: B7, 96 and AD. RGB value is (183,150,173). Sum of RGB (Red+Green+Blue) = 183+150+173=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 183 - color contains mainly: red. Hex color #B796AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B796AD is #486952. Grayscale: #A2A2A2. Windows color (decimal): -4745555 or 11376311. OLE color: 11376311.
HSL color Cylindrical-coordinate representation of color #B796AD: hue angle of 318.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B796AD is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 173 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.28 |
| HSL | 318.18º | 0.19% | 0.65% | - |
| HSV(B) | 318.18º | 0.18% | 0.72% | - |
| XYZ | 37.98 | 34.9 | 44.27 | - |
| YUV | 162.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 173 | 0 | 0.18 | 0.05 | 0.28 | 318.18 | 0.19 | 0.65 |
| Hex | B7 | 96 | AD | 0 | 12 | 5 | 1C | 13E | 13 | 41 |
| Octal | 267 | 226 | 255 | 0 | 22 | 5 | 34 | 476 | 23 | 101 |
| Binary | 10110111 | 10010110 | 10101101 | 0 | 10010 | 101 | 11100 | 100111110 | 10011 | 1000001 |
Color Harmonies of #B796AD
Complementary color
Monochromatic Colors of #B796AD
Black with #B796AD
Text Example
Text Example
White with #B796AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B796AD; }
p { color: rgb(183,150,173); }
H1.HeaderClassName
{
color: #B796AD;
}
.AnyTagClassName
{
color: #B796AD;
}
</style>
background-color css
<style>
a { background-color: #B796AD; }
a { background-color: rgb(183,150,173); }
div.DivClassName
{
background-color: #B796AD;
}
.BgClassName
{
background-color: #B796AD;
}
</style>
border-color css
<style>
span { border-color: #B796AD; }
span { border-color: rgb(183,150,173); }
td.TdClassName
{
border-color: #B796AD;
}
.TagClassName
{
border-color: #B796AD;
}
</style>