Shades of Lily #B1ADB0
Tints of Lily #B1ADB0
RGB
CMYK
RGB Variations
Color information
#B1ADB0 (or 0xB1ADB0) is known color: Lily. HEX triplet: B1, AD and B0. RGB value is (177,173,176). Sum of RGB (Red+Green+Blue) = 177+173+176=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADB0 is #4E524F. Grayscale: #AEAEAE. Windows color (decimal): -5132880 or 11578801. OLE color: 11578801.
HSL color Cylindrical-coordinate representation of color #B1ADB0: hue angle of 315º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B1ADB0 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 173 | 176 | - |
CMYK | 0 | 0.02 | 0.01 | 0.31 |
HSL | 315º | 0.03% | 0.69% | - |
HSV(B) | 315º | 0.02% | 0.69% | - |
XYZ | 40.91 | 42.37 | 47.1 | - |
YUV | 174.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 173 | 176 | 0 | 0.02 | 0.01 | 0.31 | 315 | 0.03 | 0.69 |
Hex | B1 | AD | B0 | 0 | 2 | 1 | 1F | 13B | 2 | 45 |
Octal | 261 | 255 | 260 | 0 | 2 | 1 | 37 | 473 | 2 | 105 |
Binary | 10110001 | 10101101 | 10110000 | 0 | 10 | 1 | 11111 | 100111011 | 10 | 1000101 |
Color Harmonies of #B1ADB0
Complementary color
Monochromatic Colors of #B1ADB0
Black with #B1ADB0
Text Example
Text Example
White with #B1ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADB0; }
p { color: rgb(177,173,176); }
H1.HeaderClassName
{
color: #B1ADB0;
}
.AnyTagClassName
{
color: #B1ADB0;
}
</style>
background-color css
<style>
a { background-color: #B1ADB0; }
a { background-color: rgb(177,173,176); }
div.DivClassName
{
background-color: #B1ADB0;
}
.BgClassName
{
background-color: #B1ADB0;
}
</style>
border-color css
<style>
span { border-color: #B1ADB0; }
span { border-color: rgb(177,173,176); }
td.TdClassName
{
border-color: #B1ADB0;
}
.TagClassName
{
border-color: #B1ADB0;
}
</style>