Shades of Tasman #BAC2B0
Tints of Tasman #BAC2B0
RGB
CMYK
RGB Variations
Color information
#BAC2B0 (or 0xBAC2B0) is known color: Tasman. HEX triplet: BA, C2 and B0. RGB value is (186,194,176). Sum of RGB (Red+Green+Blue) = 186+194+176=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC2B0 is #453D4F. Grayscale: #BDBDBD. Windows color (decimal): -4537680 or 11584186. OLE color: 11584186.
HSL color Cylindrical-coordinate representation of color #BAC2B0: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC2B0 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 176 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.24 |
| HSL | 86.67º | 0.13% | 0.73% | - |
| HSV(B) | 86.67º | 0.09% | 0.76% | - |
| XYZ | 47.38 | 52.16 | 48.64 | - |
| YUV | 189.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 176 | 0.04 | 0 | 0.09 | 0.24 | 86.67 | 0.13 | 0.73 |
| Hex | BA | C2 | B0 | 4 | 0 | 9 | 18 | 57 | D | 49 |
| Octal | 272 | 302 | 260 | 4 | 0 | 11 | 30 | 127 | 15 | 111 |
| Binary | 10111010 | 11000010 | 10110000 | 100 | 0 | 1001 | 11000 | 1010111 | 1101 | 1001001 |
Color Harmonies of #BAC2B0
Complementary color
Monochromatic Colors of #BAC2B0
Black with #BAC2B0
Text Example
Text Example
White with #BAC2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2B0; }
p { color: rgb(186,194,176); }
H1.HeaderClassName
{
color: #BAC2B0;
}
.AnyTagClassName
{
color: #BAC2B0;
}
</style>
background-color css
<style>
a { background-color: #BAC2B0; }
a { background-color: rgb(186,194,176); }
div.DivClassName
{
background-color: #BAC2B0;
}
.BgClassName
{
background-color: #BAC2B0;
}
</style>
border-color css
<style>
span { border-color: #BAC2B0; }
span { border-color: rgb(186,194,176); }
td.TdClassName
{
border-color: #BAC2B0;
}
.TagClassName
{
border-color: #BAC2B0;
}
</style>