Shades of Tasman #BAC0B0
Tints of Tasman #BAC0B0
RGB
CMYK
RGB Variations
Color information
#BAC0B0 (or 0xBAC0B0) is known color: Tasman. HEX triplet: BA, C0 and B0. RGB value is (186,192,176). Sum of RGB (Red+Green+Blue) = 186+192+176=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0B0 is #453F4F. Grayscale: #BCBCBC. Windows color (decimal): -4538192 or 11583674. OLE color: 11583674.
HSL color Cylindrical-coordinate representation of color #BAC0B0: hue angle of 82.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC0B0 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 176 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.25 |
| HSL | 82.5º | 0.11% | 0.72% | - |
| HSV(B) | 82.5º | 0.08% | 0.75% | - |
| XYZ | 46.94 | 51.27 | 48.5 | - |
| YUV | 188.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 176 | 0.03 | 0 | 0.08 | 0.25 | 82.5 | 0.11 | 0.72 |
| Hex | BA | C0 | B0 | 3 | 0 | 8 | 19 | 52 | B | 48 |
| Octal | 272 | 300 | 260 | 3 | 0 | 10 | 31 | 122 | 13 | 110 |
| Binary | 10111010 | 11000000 | 10110000 | 11 | 0 | 1000 | 11001 | 1010010 | 1011 | 1001000 |
Color Harmonies of #BAC0B0
Complementary color
Monochromatic Colors of #BAC0B0
Black with #BAC0B0
Text Example
Text Example
White with #BAC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0B0; }
p { color: rgb(186,192,176); }
H1.HeaderClassName
{
color: #BAC0B0;
}
.AnyTagClassName
{
color: #BAC0B0;
}
</style>
background-color css
<style>
a { background-color: #BAC0B0; }
a { background-color: rgb(186,192,176); }
div.DivClassName
{
background-color: #BAC0B0;
}
.BgClassName
{
background-color: #BAC0B0;
}
</style>
border-color css
<style>
span { border-color: #BAC0B0; }
span { border-color: rgb(186,192,176); }
td.TdClassName
{
border-color: #BAC0B0;
}
.TagClassName
{
border-color: #BAC0B0;
}
</style>