Shades of Lily #B4A8AF
Tints of Lily #B4A8AF
RGB
CMYK
RGB Variations
Color information
#B4A8AF (or 0xB4A8AF) is known color: Lily. HEX triplet: B4, A8 and AF. RGB value is (180,168,175). Sum of RGB (Red+Green+Blue) = 180+168+175=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8AF is #4B5750. Grayscale: #ACACAC. Windows color (decimal): -4937553 or 11511988. OLE color: 11511988.
HSL color Cylindrical-coordinate representation of color #B4A8AF: hue angle of 325º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4A8AF is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 168 | 175 | - |
CMYK | 0 | 0.07 | 0.03 | 0.29 |
HSL | 325º | 0.07% | 0.68% | - |
HSV(B) | 325º | 0.07% | 0.71% | - |
XYZ | 40.56 | 40.8 | 46.3 | - |
YUV | 172.39 | 129.48 | 133.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 168 | 175 | 0 | 0.07 | 0.03 | 0.29 | 325 | 0.07 | 0.68 |
Hex | B4 | A8 | AF | 0 | 7 | 3 | 1D | 145 | 7 | 44 |
Octal | 264 | 250 | 257 | 0 | 7 | 3 | 35 | 505 | 7 | 104 |
Binary | 10110100 | 10101000 | 10101111 | 0 | 111 | 11 | 11101 | 101000101 | 111 | 1000100 |
Color Harmonies of #B4A8AF
Complementary color
Monochromatic Colors of #B4A8AF
Black with #B4A8AF
Text Example
Text Example
White with #B4A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8AF; }
p { color: rgb(180,168,175); }
H1.HeaderClassName
{
color: #B4A8AF;
}
.AnyTagClassName
{
color: #B4A8AF;
}
</style>
background-color css
<style>
a { background-color: #B4A8AF; }
a { background-color: rgb(180,168,175); }
div.DivClassName
{
background-color: #B4A8AF;
}
.BgClassName
{
background-color: #B4A8AF;
}
</style>
border-color css
<style>
span { border-color: #B4A8AF; }
span { border-color: rgb(180,168,175); }
td.TdClassName
{
border-color: #B4A8AF;
}
.TagClassName
{
border-color: #B4A8AF;
}
</style>