Shades of Lily #B7AAB0
Tints of Lily #B7AAB0
RGB
CMYK
RGB Variations
Color information
#B7AAB0 (or 0xB7AAB0) is known color: Lily. HEX triplet: B7, AA and B0. RGB value is (183,170,176). Sum of RGB (Red+Green+Blue) = 183+170+176=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAB0 is #48554F. Grayscale: #AEAEAE. Windows color (decimal): -4740432 or 11578039. OLE color: 11578039.
HSL color Cylindrical-coordinate representation of color #B7AAB0: hue angle of 332.31º 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 #B7AAB0 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 176 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.28 |
| HSL | 332.31º | 0.08% | 0.69% | - |
| HSV(B) | 332.31º | 0.07% | 0.72% | - |
| XYZ | 41.74 | 41.95 | 46.97 | - |
| YUV | 174.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 176 | 0 | 0.07 | 0.04 | 0.28 | 332.31 | 0.08 | 0.69 |
| Hex | B7 | AA | B0 | 0 | 7 | 4 | 1C | 14C | 8 | 45 |
| Octal | 267 | 252 | 260 | 0 | 7 | 4 | 34 | 514 | 10 | 105 |
| Binary | 10110111 | 10101010 | 10110000 | 0 | 111 | 100 | 11100 | 101001100 | 1000 | 1000101 |
Color Harmonies of #B7AAB0
Complementary color
Monochromatic Colors of #B7AAB0
Black with #B7AAB0
Text Example
Text Example
White with #B7AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAB0; }
p { color: rgb(183,170,176); }
H1.HeaderClassName
{
color: #B7AAB0;
}
.AnyTagClassName
{
color: #B7AAB0;
}
</style>
background-color css
<style>
a { background-color: #B7AAB0; }
a { background-color: rgb(183,170,176); }
div.DivClassName
{
background-color: #B7AAB0;
}
.BgClassName
{
background-color: #B7AAB0;
}
</style>
border-color css
<style>
span { border-color: #B7AAB0; }
span { border-color: rgb(183,170,176); }
td.TdClassName
{
border-color: #B7AAB0;
}
.TagClassName
{
border-color: #B7AAB0;
}
</style>