Shades of Lily #B7A8AF
Tints of Lily #B7A8AF
RGB
CMYK
RGB Variations
Color information
#B7A8AF (or 0xB7A8AF) is known color: Lily. HEX triplet: B7, A8 and AF. RGB value is (183,168,175). Sum of RGB (Red+Green+Blue) = 183+168+175=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A8AF is #485750. Grayscale: #ADADAD. Windows color (decimal): -4740945 or 11511991. OLE color: 11511991.
HSL color Cylindrical-coordinate representation of color #B7A8AF: hue angle of 332º 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 #B7A8AF is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 168 | 175 | - |
CMYK | 0 | 0.08 | 0.04 | 0.28 |
HSL | 332º | 0.09% | 0.69% | - |
HSV(B) | 332º | 0.08% | 0.72% | - |
XYZ | 41.27 | 41.17 | 46.33 | - |
YUV | 173.28 | 128.97 | 134.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 168 | 175 | 0 | 0.08 | 0.04 | 0.28 | 332 | 0.09 | 0.69 |
Hex | B7 | A8 | AF | 0 | 8 | 4 | 1C | 14C | 9 | 45 |
Octal | 267 | 250 | 257 | 0 | 10 | 4 | 34 | 514 | 11 | 105 |
Binary | 10110111 | 10101000 | 10101111 | 0 | 1000 | 100 | 11100 | 101001100 | 1001 | 1000101 |
Color Harmonies of #B7A8AF
Complementary color
Monochromatic Colors of #B7A8AF
Black with #B7A8AF
Text Example
Text Example
White with #B7A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8AF; }
p { color: rgb(183,168,175); }
H1.HeaderClassName
{
color: #B7A8AF;
}
.AnyTagClassName
{
color: #B7A8AF;
}
</style>
background-color css
<style>
a { background-color: #B7A8AF; }
a { background-color: rgb(183,168,175); }
div.DivClassName
{
background-color: #B7A8AF;
}
.BgClassName
{
background-color: #B7A8AF;
}
</style>
border-color css
<style>
span { border-color: #B7A8AF; }
span { border-color: rgb(183,168,175); }
td.TdClassName
{
border-color: #B7A8AF;
}
.TagClassName
{
border-color: #B7A8AF;
}
</style>