Shades of Tasman #BAC4AD
Tints of Tasman #BAC4AD
RGB
CMYK
RGB Variations
Color information
#BAC4AD (or 0xBAC4AD) is known color: Tasman. HEX triplet: BA, C4 and AD. RGB value is (186,196,173). Sum of RGB (Red+Green+Blue) = 186+196+173=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4AD is #453B52. Grayscale: #BEBEBE. Windows color (decimal): -4537171 or 11388090. OLE color: 11388090.
HSL color Cylindrical-coordinate representation of color #BAC4AD: hue angle of 86.09º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC4AD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 173 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.23 |
| HSL | 86.09º | 0.16% | 0.72% | - |
| HSV(B) | 86.09º | 0.12% | 0.77% | - |
| XYZ | 47.53 | 52.94 | 47.25 | - |
| YUV | 190.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 173 | 0.05 | 0 | 0.12 | 0.23 | 86.09 | 0.16 | 0.72 |
| Hex | BA | C4 | AD | 5 | 0 | C | 17 | 56 | 10 | 48 |
| Octal | 272 | 304 | 255 | 5 | 0 | 14 | 27 | 126 | 20 | 110 |
| Binary | 10111010 | 11000100 | 10101101 | 101 | 0 | 1100 | 10111 | 1010110 | 10000 | 1001000 |
Color Harmonies of #BAC4AD
Complementary color
Monochromatic Colors of #BAC4AD
Black with #BAC4AD
Text Example
Text Example
White with #BAC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4AD; }
p { color: rgb(186,196,173); }
H1.HeaderClassName
{
color: #BAC4AD;
}
.AnyTagClassName
{
color: #BAC4AD;
}
</style>
background-color css
<style>
a { background-color: #BAC4AD; }
a { background-color: rgb(186,196,173); }
div.DivClassName
{
background-color: #BAC4AD;
}
.BgClassName
{
background-color: #BAC4AD;
}
</style>
border-color css
<style>
span { border-color: #BAC4AD; }
span { border-color: rgb(186,196,173); }
td.TdClassName
{
border-color: #BAC4AD;
}
.TagClassName
{
border-color: #BAC4AD;
}
</style>