Shades of Lily #B1A9AF
Tints of Lily #B1A9AF
RGB
CMYK
RGB Variations
Color information
#B1A9AF (or 0xB1A9AF) is known color: Lily. HEX triplet: B1, A9 and AF. RGB value is (177,169,175). Sum of RGB (Red+Green+Blue) = 177+169+175=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A9AF is #4E5650. Grayscale: #ACACAC. Windows color (decimal): -5133905 or 11512241. OLE color: 11512241.
HSL color Cylindrical-coordinate representation of color #B1A9AF: hue angle of 315º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1A9AF is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 169 | 175 | - |
CMYK | 0 | 0.05 | 0.01 | 0.31 |
HSL | 315º | 0.05% | 0.68% | - |
HSV(B) | 315º | 0.05% | 0.69% | - |
XYZ | 40.06 | 40.82 | 46.32 | - |
YUV | 172.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 169 | 175 | 0 | 0.05 | 0.01 | 0.31 | 315 | 0.05 | 0.68 |
Hex | B1 | A9 | AF | 0 | 5 | 1 | 1F | 13B | 5 | 44 |
Octal | 261 | 251 | 257 | 0 | 5 | 1 | 37 | 473 | 5 | 104 |
Binary | 10110001 | 10101001 | 10101111 | 0 | 101 | 1 | 11111 | 100111011 | 101 | 1000100 |
Color Harmonies of #B1A9AF
Complementary color
Monochromatic Colors of #B1A9AF
Black with #B1A9AF
Text Example
Text Example
White with #B1A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A9AF; }
p { color: rgb(177,169,175); }
H1.HeaderClassName
{
color: #B1A9AF;
}
.AnyTagClassName
{
color: #B1A9AF;
}
</style>
background-color css
<style>
a { background-color: #B1A9AF; }
a { background-color: rgb(177,169,175); }
div.DivClassName
{
background-color: #B1A9AF;
}
.BgClassName
{
background-color: #B1A9AF;
}
</style>
border-color css
<style>
span { border-color: #B1A9AF; }
span { border-color: rgb(177,169,175); }
td.TdClassName
{
border-color: #B1A9AF;
}
.TagClassName
{
border-color: #B1A9AF;
}
</style>