Shades of Lily #B3ADAF
Tints of Lily #B3ADAF
RGB
CMYK
RGB Variations
Color information
#B3ADAF (or 0xB3ADAF) is known color: Lily. HEX triplet: B3, AD and AF. RGB value is (179,173,175). Sum of RGB (Red+Green+Blue) = 179+173+175=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADAF is #4C5250. Grayscale: #AFAFAF. Windows color (decimal): -5001809 or 11513267. OLE color: 11513267.
HSL color Cylindrical-coordinate representation of color #B3ADAF: hue angle of 340º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B3ADAF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 175 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.30 |
| HSL | 340º | 0.04% | 0.69% | - |
| HSV(B) | 340º | 0.03% | 0.7% | - |
| XYZ | 41.27 | 42.57 | 46.6 | - |
| YUV | 175.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 175 | 0 | 0.03 | 0.02 | 0.30 | 340 | 0.04 | 0.69 |
| Hex | B3 | AD | AF | 0 | 3 | 2 | 1E | 154 | 4 | 45 |
| Octal | 263 | 255 | 257 | 0 | 3 | 2 | 36 | 524 | 4 | 105 |
| Binary | 10110011 | 10101101 | 10101111 | 0 | 11 | 10 | 11110 | 101010100 | 100 | 1000101 |
Color Harmonies of #B3ADAF
Complementary color
Monochromatic Colors of #B3ADAF
Black with #B3ADAF
Text Example
Text Example
White with #B3ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADAF; }
p { color: rgb(179,173,175); }
H1.HeaderClassName
{
color: #B3ADAF;
}
.AnyTagClassName
{
color: #B3ADAF;
}
</style>
background-color css
<style>
a { background-color: #B3ADAF; }
a { background-color: rgb(179,173,175); }
div.DivClassName
{
background-color: #B3ADAF;
}
.BgClassName
{
background-color: #B3ADAF;
}
</style>
border-color css
<style>
span { border-color: #B3ADAF; }
span { border-color: rgb(179,173,175); }
td.TdClassName
{
border-color: #B3ADAF;
}
.TagClassName
{
border-color: #B3ADAF;
}
</style>