Shades of Tide #B3AFAB
Tints of Tide #B3AFAB
RGB
CMYK
RGB Variations
Color information
#B3AFAB (or 0xB3AFAB) is known color: Tide. HEX triplet: B3, AF and AB. RGB value is (179,175,171). Sum of RGB (Red+Green+Blue) = 179+175+171=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AFAB is #4C5054. Grayscale: #AFAFAF. Windows color (decimal): -5001301 or 11251635. OLE color: 11251635.
HSL color Cylindrical-coordinate representation of color #B3AFAB: hue angle of 30º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3AFAB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 171 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.30 |
| HSL | 30º | 0.05% | 0.69% | - |
| HSV(B) | 30º | 0.04% | 0.7% | - |
| XYZ | 41.27 | 43.18 | 44.69 | - |
| YUV | 175.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 171 | 0 | 0.02 | 0.04 | 0.30 | 30 | 0.05 | 0.69 |
| Hex | B3 | AF | AB | 0 | 2 | 4 | 1E | 1E | 5 | 45 |
| Octal | 263 | 257 | 253 | 0 | 2 | 4 | 36 | 36 | 5 | 105 |
| Binary | 10110011 | 10101111 | 10101011 | 0 | 10 | 100 | 11110 | 11110 | 101 | 1000101 |
Color Harmonies of #B3AFAB
Complementary color
Monochromatic Colors of #B3AFAB
Black with #B3AFAB
Text Example
Text Example
White with #B3AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AFAB; }
p { color: rgb(179,175,171); }
H1.HeaderClassName
{
color: #B3AFAB;
}
.AnyTagClassName
{
color: #B3AFAB;
}
</style>
background-color css
<style>
a { background-color: #B3AFAB; }
a { background-color: rgb(179,175,171); }
div.DivClassName
{
background-color: #B3AFAB;
}
.BgClassName
{
background-color: #B3AFAB;
}
</style>
border-color css
<style>
span { border-color: #B3AFAB; }
span { border-color: rgb(179,175,171); }
td.TdClassName
{
border-color: #B3AFAB;
}
.TagClassName
{
border-color: #B3AFAB;
}
</style>