Shades of Tide #B8AFAA
Tints of Tide #B8AFAA
RGB
CMYK
RGB Variations
Color information
#B8AFAA (or 0xB8AFAA) is known color: Tide. HEX triplet: B8, AF and AA. RGB value is (184,175,170). Sum of RGB (Red+Green+Blue) = 184+175+170=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AFAA is #475055. Grayscale: #B1B1B1. Windows color (decimal): -4673622 or 11186104. OLE color: 11186104.
HSL color Cylindrical-coordinate representation of color #B8AFAA: hue angle of 21.43º 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 #B8AFAA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 170 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.28 |
| HSL | 21.43º | 0.09% | 0.69% | - |
| HSV(B) | 21.43º | 0.08% | 0.72% | - |
| XYZ | 42.35 | 43.75 | 44.24 | - |
| YUV | 177.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 170 | 0 | 0.05 | 0.08 | 0.28 | 21.43 | 0.09 | 0.69 |
| Hex | B8 | AF | AA | 0 | 5 | 8 | 1C | 15 | 9 | 45 |
| Octal | 270 | 257 | 252 | 0 | 5 | 10 | 34 | 25 | 11 | 105 |
| Binary | 10111000 | 10101111 | 10101010 | 0 | 101 | 1000 | 11100 | 10101 | 1001 | 1000101 |
Color Harmonies of #B8AFAA
Complementary color
Monochromatic Colors of #B8AFAA
Black with #B8AFAA
Text Example
Text Example
White with #B8AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFAA; }
p { color: rgb(184,175,170); }
H1.HeaderClassName
{
color: #B8AFAA;
}
.AnyTagClassName
{
color: #B8AFAA;
}
</style>
background-color css
<style>
a { background-color: #B8AFAA; }
a { background-color: rgb(184,175,170); }
div.DivClassName
{
background-color: #B8AFAA;
}
.BgClassName
{
background-color: #B8AFAA;
}
</style>
border-color css
<style>
span { border-color: #B8AFAA; }
span { border-color: rgb(184,175,170); }
td.TdClassName
{
border-color: #B8AFAA;
}
.TagClassName
{
border-color: #B8AFAA;
}
</style>