Shades of Lily #B696AA
Tints of Lily #B696AA
RGB
CMYK
RGB Variations
Color information
#B696AA (or 0xB696AA) is known color: Lily. HEX triplet: B6, 96 and AA. RGB value is (182,150,170). Sum of RGB (Red+Green+Blue) = 182+150+170=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B696AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B696AA is #496955. Grayscale: #A1A1A1. Windows color (decimal): -4811094 or 11179702. OLE color: 11179702.
HSL color Cylindrical-coordinate representation of color #B696AA: hue angle of 322.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B696AA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 170 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.29 |
| HSL | 322.5º | 0.18% | 0.65% | - |
| HSV(B) | 322.5º | 0.18% | 0.71% | - |
| XYZ | 37.45 | 34.66 | 42.75 | - |
| YUV | 161.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 170 | 0 | 0.18 | 0.07 | 0.29 | 322.5 | 0.18 | 0.65 |
| Hex | B6 | 96 | AA | 0 | 12 | 7 | 1D | 142 | 12 | 41 |
| Octal | 266 | 226 | 252 | 0 | 22 | 7 | 35 | 502 | 22 | 101 |
| Binary | 10110110 | 10010110 | 10101010 | 0 | 10010 | 111 | 11101 | 101000010 | 10010 | 1000001 |
Color Harmonies of #B696AA
Complementary color
Monochromatic Colors of #B696AA
Black with #B696AA
Text Example
Text Example
White with #B696AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B696AA; }
p { color: rgb(182,150,170); }
H1.HeaderClassName
{
color: #B696AA;
}
.AnyTagClassName
{
color: #B696AA;
}
</style>
background-color css
<style>
a { background-color: #B696AA; }
a { background-color: rgb(182,150,170); }
div.DivClassName
{
background-color: #B696AA;
}
.BgClassName
{
background-color: #B696AA;
}
</style>
border-color css
<style>
span { border-color: #B696AA; }
span { border-color: rgb(182,150,170); }
td.TdClassName
{
border-color: #B696AA;
}
.TagClassName
{
border-color: #B696AA;
}
</style>