Shades of Tide #B9AFA9
Tints of Tide #B9AFA9
RGB
CMYK
RGB Variations
Color information
#B9AFA9 (or 0xB9AFA9) is known color: Tide. HEX triplet: B9, AF and A9. RGB value is (185,175,169). Sum of RGB (Red+Green+Blue) = 185+175+169=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFA9 is #465056. Grayscale: #B1B1B1. Windows color (decimal): -4608087 or 11120569. OLE color: 11120569.
HSL color Cylindrical-coordinate representation of color #B9AFA9: hue angle of 22.5º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9AFA9 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 175 | 169 | - |
CMYK | 0 | 0.05 | 0.09 | 0.27 |
HSL | 22.5º | 0.1% | 0.69% | - |
HSV(B) | 22.5º | 0.09% | 0.73% | - |
XYZ | 42.5 | 43.84 | 43.76 | - |
YUV | 177.31 | 123.31 | 133.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 175 | 169 | 0 | 0.05 | 0.09 | 0.27 | 22.5 | 0.1 | 0.69 |
Hex | B9 | AF | A9 | 0 | 5 | 9 | 1B | 16 | A | 45 |
Octal | 271 | 257 | 251 | 0 | 5 | 11 | 33 | 26 | 12 | 105 |
Binary | 10111001 | 10101111 | 10101001 | 0 | 101 | 1001 | 11011 | 10110 | 1010 | 1000101 |
Color Harmonies of #B9AFA9
Complementary color
Monochromatic Colors of #B9AFA9
Black with #B9AFA9
Text Example
Text Example
White with #B9AFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFA9; }
p { color: rgb(185,175,169); }
H1.HeaderClassName
{
color: #B9AFA9;
}
.AnyTagClassName
{
color: #B9AFA9;
}
</style>
background-color css
<style>
a { background-color: #B9AFA9; }
a { background-color: rgb(185,175,169); }
div.DivClassName
{
background-color: #B9AFA9;
}
.BgClassName
{
background-color: #B9AFA9;
}
</style>
border-color css
<style>
span { border-color: #B9AFA9; }
span { border-color: rgb(185,175,169); }
td.TdClassName
{
border-color: #B9AFA9;
}
.TagClassName
{
border-color: #B9AFA9;
}
</style>