Shades of Tasman #BAC6AD
Tints of Tasman #BAC6AD
RGB
CMYK
RGB Variations
Color information
#BAC6AD (or 0xBAC6AD) is known color: Tasman. HEX triplet: BA, C6 and AD. RGB value is (186,198,173). Sum of RGB (Red+Green+Blue) = 186+198+173=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6AD is #453952. Grayscale: #BFBFBF. Windows color (decimal): -4536659 or 11388602. OLE color: 11388602.
HSL color Cylindrical-coordinate representation of color #BAC6AD: hue angle of 88.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC6AD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 173 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.22 |
| HSL | 88.8º | 0.18% | 0.73% | - |
| HSV(B) | 88.8º | 0.13% | 0.78% | - |
| XYZ | 47.99 | 53.84 | 47.4 | - |
| YUV | 191.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 173 | 0.06 | 0 | 0.13 | 0.22 | 88.8 | 0.18 | 0.73 |
| Hex | BA | C6 | AD | 6 | 0 | D | 16 | 59 | 12 | 49 |
| Octal | 272 | 306 | 255 | 6 | 0 | 15 | 26 | 131 | 22 | 111 |
| Binary | 10111010 | 11000110 | 10101101 | 110 | 0 | 1101 | 10110 | 1011001 | 10010 | 1001001 |
Color Harmonies of #BAC6AD
Complementary color
Monochromatic Colors of #BAC6AD
Black with #BAC6AD
Text Example
Text Example
White with #BAC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6AD; }
p { color: rgb(186,198,173); }
H1.HeaderClassName
{
color: #BAC6AD;
}
.AnyTagClassName
{
color: #BAC6AD;
}
</style>
background-color css
<style>
a { background-color: #BAC6AD; }
a { background-color: rgb(186,198,173); }
div.DivClassName
{
background-color: #BAC6AD;
}
.BgClassName
{
background-color: #BAC6AD;
}
</style>
border-color css
<style>
span { border-color: #BAC6AD; }
span { border-color: rgb(186,198,173); }
td.TdClassName
{
border-color: #BAC6AD;
}
.TagClassName
{
border-color: #BAC6AD;
}
</style>