Shades of Tide #B5AFAB
Tints of Tide #B5AFAB
RGB
CMYK
RGB Variations
Color information
#B5AFAB (or 0xB5AFAB) is known color: Tide. HEX triplet: B5, AF and AB. RGB value is (181,175,171). Sum of RGB (Red+Green+Blue) = 181+175+171=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAB is #4A5054. Grayscale: #B0B0B0. Windows color (decimal): -4870229 or 11251637. OLE color: 11251637.
HSL color Cylindrical-coordinate representation of color #B5AFAB: hue angle of 24º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5AFAB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 175 | 171 | - |
CMYK | 0 | 0.03 | 0.06 | 0.29 |
HSL | 24º | 0.06% | 0.69% | - |
HSV(B) | 24º | 0.06% | 0.71% | - |
XYZ | 41.74 | 43.42 | 44.71 | - |
YUV | 176.34 | 124.99 | 131.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 171 | 0 | 0.03 | 0.06 | 0.29 | 24 | 0.06 | 0.69 |
Hex | B5 | AF | AB | 0 | 3 | 6 | 1D | 18 | 6 | 45 |
Octal | 265 | 257 | 253 | 0 | 3 | 6 | 35 | 30 | 6 | 105 |
Binary | 10110101 | 10101111 | 10101011 | 0 | 11 | 110 | 11101 | 11000 | 110 | 1000101 |
Color Harmonies of #B5AFAB
Complementary color
Monochromatic Colors of #B5AFAB
Black with #B5AFAB
Text Example
Text Example
White with #B5AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFAB; }
p { color: rgb(181,175,171); }
H1.HeaderClassName
{
color: #B5AFAB;
}
.AnyTagClassName
{
color: #B5AFAB;
}
</style>
background-color css
<style>
a { background-color: #B5AFAB; }
a { background-color: rgb(181,175,171); }
div.DivClassName
{
background-color: #B5AFAB;
}
.BgClassName
{
background-color: #B5AFAB;
}
</style>
border-color css
<style>
span { border-color: #B5AFAB; }
span { border-color: rgb(181,175,171); }
td.TdClassName
{
border-color: #B5AFAB;
}
.TagClassName
{
border-color: #B5AFAB;
}
</style>