Shades of Lily #B4AAB0
Tints of Lily #B4AAB0
RGB
CMYK
RGB Variations
Color information
#B4AAB0 (or 0xB4AAB0) is known color: Lily. HEX triplet: B4, AA and B0. RGB value is (180,170,176). Sum of RGB (Red+Green+Blue) = 180+170+176=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAB0 is #4B554F. Grayscale: #ADADAD. Windows color (decimal): -4937040 or 11578036. OLE color: 11578036.
HSL color Cylindrical-coordinate representation of color #B4AAB0: hue angle of 324º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4AAB0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 176 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.29 |
| HSL | 324º | 0.06% | 0.69% | - |
| HSV(B) | 324º | 0.06% | 0.71% | - |
| XYZ | 41.03 | 41.59 | 46.94 | - |
| YUV | 173.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 176 | 0 | 0.06 | 0.02 | 0.29 | 324 | 0.06 | 0.69 |
| Hex | B4 | AA | B0 | 0 | 6 | 2 | 1D | 144 | 6 | 45 |
| Octal | 264 | 252 | 260 | 0 | 6 | 2 | 35 | 504 | 6 | 105 |
| Binary | 10110100 | 10101010 | 10110000 | 0 | 110 | 10 | 11101 | 101000100 | 110 | 1000101 |
Color Harmonies of #B4AAB0
Complementary color
Monochromatic Colors of #B4AAB0
Black with #B4AAB0
Text Example
Text Example
White with #B4AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AAB0; }
p { color: rgb(180,170,176); }
H1.HeaderClassName
{
color: #B4AAB0;
}
.AnyTagClassName
{
color: #B4AAB0;
}
</style>
background-color css
<style>
a { background-color: #B4AAB0; }
a { background-color: rgb(180,170,176); }
div.DivClassName
{
background-color: #B4AAB0;
}
.BgClassName
{
background-color: #B4AAB0;
}
</style>
border-color css
<style>
span { border-color: #B4AAB0; }
span { border-color: rgb(180,170,176); }
td.TdClassName
{
border-color: #B4AAB0;
}
.TagClassName
{
border-color: #B4AAB0;
}
</style>