Shades of Lily #B7AAB3
Tints of Lily #B7AAB3
RGB
CMYK
RGB Variations
Color information
#B7AAB3 (or 0xB7AAB3) is known color: Lily. HEX triplet: B7, AA and B3. RGB value is (183,170,179). Sum of RGB (Red+Green+Blue) = 183+170+179=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAB3 is #48554C. Grayscale: #AEAEAE. Windows color (decimal): -4740429 or 11774647. OLE color: 11774647.
HSL color Cylindrical-coordinate representation of color #B7AAB3: hue angle of 318.46º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7AAB3 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 179 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.28 |
| HSL | 318.46º | 0.08% | 0.69% | - |
| HSV(B) | 318.46º | 0.07% | 0.72% | - |
| XYZ | 42.04 | 42.07 | 48.55 | - |
| YUV | 174.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 179 | 0 | 0.07 | 0.02 | 0.28 | 318.46 | 0.08 | 0.69 |
| Hex | B7 | AA | B3 | 0 | 7 | 2 | 1C | 13E | 8 | 45 |
| Octal | 267 | 252 | 263 | 0 | 7 | 2 | 34 | 476 | 10 | 105 |
| Binary | 10110111 | 10101010 | 10110011 | 0 | 111 | 10 | 11100 | 100111110 | 1000 | 1000101 |
Color Harmonies of #B7AAB3
Complementary color
Monochromatic Colors of #B7AAB3
Black with #B7AAB3
Text Example
Text Example
White with #B7AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAB3; }
p { color: rgb(183,170,179); }
H1.HeaderClassName
{
color: #B7AAB3;
}
.AnyTagClassName
{
color: #B7AAB3;
}
</style>
background-color css
<style>
a { background-color: #B7AAB3; }
a { background-color: rgb(183,170,179); }
div.DivClassName
{
background-color: #B7AAB3;
}
.BgClassName
{
background-color: #B7AAB3;
}
</style>
border-color css
<style>
span { border-color: #B7AAB3; }
span { border-color: rgb(183,170,179); }
td.TdClassName
{
border-color: #B7AAB3;
}
.TagClassName
{
border-color: #B7AAB3;
}
</style>