Shades of Lily #B8AAAE
Tints of Lily #B8AAAE
RGB
CMYK
RGB Variations
Color information
#B8AAAE (or 0xB8AAAE) is known color: Lily. HEX triplet: B8, AA and AE. RGB value is (184,170,174). Sum of RGB (Red+Green+Blue) = 184+170+174=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAAE is #475551. Grayscale: #AEAEAE. Windows color (decimal): -4674898 or 11446968. OLE color: 11446968.
HSL color Cylindrical-coordinate representation of color #B8AAAE: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8AAAE is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 174 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.28 |
| HSL | 342.86º | 0.09% | 0.69% | - |
| HSV(B) | 342.86º | 0.08% | 0.72% | - |
| XYZ | 41.78 | 42 | 45.95 | - |
| YUV | 174.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 174 | 0 | 0.08 | 0.05 | 0.28 | 342.86 | 0.09 | 0.69 |
| Hex | B8 | AA | AE | 0 | 8 | 5 | 1C | 157 | 9 | 45 |
| Octal | 270 | 252 | 256 | 0 | 10 | 5 | 34 | 527 | 11 | 105 |
| Binary | 10111000 | 10101010 | 10101110 | 0 | 1000 | 101 | 11100 | 101010111 | 1001 | 1000101 |
Color Harmonies of #B8AAAE
Complementary color
Monochromatic Colors of #B8AAAE
Black with #B8AAAE
Text Example
Text Example
White with #B8AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAAE; }
p { color: rgb(184,170,174); }
H1.HeaderClassName
{
color: #B8AAAE;
}
.AnyTagClassName
{
color: #B8AAAE;
}
</style>
background-color css
<style>
a { background-color: #B8AAAE; }
a { background-color: rgb(184,170,174); }
div.DivClassName
{
background-color: #B8AAAE;
}
.BgClassName
{
background-color: #B8AAAE;
}
</style>
border-color css
<style>
span { border-color: #B8AAAE; }
span { border-color: rgb(184,170,174); }
td.TdClassName
{
border-color: #B8AAAE;
}
.TagClassName
{
border-color: #B8AAAE;
}
</style>