Shades of Tide #B0AEAC
Tints of Tide #B0AEAC
RGB
CMYK
RGB Variations
Color information
#B0AEAC (or 0xB0AEAC) is known color: Tide. HEX triplet: B0, AE and AC. RGB value is (176,174,172). Sum of RGB (Red+Green+Blue) = 176+174+172=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AEAC is #4F5153. Grayscale: #AEAEAE. Windows color (decimal): -5198164 or 11316912. OLE color: 11316912.
HSL color Cylindrical-coordinate representation of color #B0AEAC: hue angle of 30º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0AEAC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 174 | 172 | - |
CMYK | 0 | 0.01 | 0.02 | 0.31 |
HSL | 30º | 0.02% | 0.68% | - |
HSV(B) | 30º | 0.02% | 0.69% | - |
XYZ | 40.49 | 42.48 | 45.1 | - |
YUV | 174.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 174 | 172 | 0 | 0.01 | 0.02 | 0.31 | 30 | 0.02 | 0.68 |
Hex | B0 | AE | AC | 0 | 1 | 2 | 1F | 1E | 2 | 44 |
Octal | 260 | 256 | 254 | 0 | 1 | 2 | 37 | 36 | 2 | 104 |
Binary | 10110000 | 10101110 | 10101100 | 0 | 1 | 10 | 11111 | 11110 | 10 | 1000100 |
Color Harmonies of #B0AEAC
Complementary color
Monochromatic Colors of #B0AEAC
Black with #B0AEAC
Text Example
Text Example
White with #B0AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AEAC; }
p { color: rgb(176,174,172); }
H1.HeaderClassName
{
color: #B0AEAC;
}
.AnyTagClassName
{
color: #B0AEAC;
}
</style>
background-color css
<style>
a { background-color: #B0AEAC; }
a { background-color: rgb(176,174,172); }
div.DivClassName
{
background-color: #B0AEAC;
}
.BgClassName
{
background-color: #B0AEAC;
}
</style>
border-color css
<style>
span { border-color: #B0AEAC; }
span { border-color: rgb(176,174,172); }
td.TdClassName
{
border-color: #B0AEAC;
}
.TagClassName
{
border-color: #B0AEAC;
}
</style>