Shades of Tana #B2AEA2
Tints of Tana #B2AEA2
RGB
CMYK
RGB Variations
Color information
#B2AEA2 (or 0xB2AEA2) is known color: Tana. HEX triplet: B2, AE and A2. RGB value is (178,174,162). Sum of RGB (Red+Green+Blue) = 178+174+162=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AEA2 is #4D515D. Grayscale: #ADADAD. Windows color (decimal): -5067102 or 10661554. OLE color: 10661554.
HSL color Cylindrical-coordinate representation of color #B2AEA2: hue angle of 45º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2AEA2 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 174 | 162 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.30 |
| HSL | 45º | 0.09% | 0.67% | - |
| HSV(B) | 45º | 0.09% | 0.7% | - |
| XYZ | 40.02 | 42.35 | 40.25 | - |
| YUV | 173.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 162 | 0 | 0.02 | 0.09 | 0.30 | 45 | 0.09 | 0.67 |
| Hex | B2 | AE | A2 | 0 | 2 | 9 | 1E | 2D | 9 | 43 |
| Octal | 262 | 256 | 242 | 0 | 2 | 11 | 36 | 55 | 11 | 103 |
| Binary | 10110010 | 10101110 | 10100010 | 0 | 10 | 1001 | 11110 | 101101 | 1001 | 1000011 |
Color Harmonies of #B2AEA2
Complementary color
Monochromatic Colors of #B2AEA2
Black with #B2AEA2
Text Example
Text Example
White with #B2AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEA2; }
p { color: rgb(178,174,162); }
H1.HeaderClassName
{
color: #B2AEA2;
}
.AnyTagClassName
{
color: #B2AEA2;
}
</style>
background-color css
<style>
a { background-color: #B2AEA2; }
a { background-color: rgb(178,174,162); }
div.DivClassName
{
background-color: #B2AEA2;
}
.BgClassName
{
background-color: #B2AEA2;
}
</style>
border-color css
<style>
span { border-color: #B2AEA2; }
span { border-color: rgb(178,174,162); }
td.TdClassName
{
border-color: #B2AEA2;
}
.TagClassName
{
border-color: #B2AEA2;
}
</style>