Shades of Tasman #BAC3AD
Tints of Tasman #BAC3AD
RGB
CMYK
RGB Variations
Color information
#BAC3AD (or 0xBAC3AD) is known color: Tasman. HEX triplet: BA, C3 and AD. RGB value is (186,195,173). Sum of RGB (Red+Green+Blue) = 186+195+173=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3AD is #453C52. Grayscale: #BDBDBD. Windows color (decimal): -4537427 or 11387834. OLE color: 11387834.
HSL color Cylindrical-coordinate representation of color #BAC3AD: hue angle of 84.55º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC3AD is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 173 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.24 |
| HSL | 84.55º | 0.15% | 0.72% | - |
| HSV(B) | 84.55º | 0.11% | 0.76% | - |
| XYZ | 47.31 | 52.49 | 47.17 | - |
| YUV | 189.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 173 | 0.05 | 0 | 0.11 | 0.24 | 84.55 | 0.15 | 0.72 |
| Hex | BA | C3 | AD | 5 | 0 | B | 18 | 55 | F | 48 |
| Octal | 272 | 303 | 255 | 5 | 0 | 13 | 30 | 125 | 17 | 110 |
| Binary | 10111010 | 11000011 | 10101101 | 101 | 0 | 1011 | 11000 | 1010101 | 1111 | 1001000 |
Color Harmonies of #BAC3AD
Complementary color
Monochromatic Colors of #BAC3AD
Black with #BAC3AD
Text Example
Text Example
White with #BAC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3AD; }
p { color: rgb(186,195,173); }
H1.HeaderClassName
{
color: #BAC3AD;
}
.AnyTagClassName
{
color: #BAC3AD;
}
</style>
background-color css
<style>
a { background-color: #BAC3AD; }
a { background-color: rgb(186,195,173); }
div.DivClassName
{
background-color: #BAC3AD;
}
.BgClassName
{
background-color: #BAC3AD;
}
</style>
border-color css
<style>
span { border-color: #BAC3AD; }
span { border-color: rgb(186,195,173); }
td.TdClassName
{
border-color: #BAC3AD;
}
.TagClassName
{
border-color: #BAC3AD;
}
</style>