Shades of Tasman #BAC3AF
Tints of Tasman #BAC3AF
RGB
CMYK
RGB Variations
Color information
#BAC3AF (or 0xBAC3AF) is known color: Tasman. HEX triplet: BA, C3 and AF. RGB value is (186,195,175). Sum of RGB (Red+Green+Blue) = 186+195+175=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3AF is #453C50. Grayscale: #BEBEBE. Windows color (decimal): -4537425 or 11518906. OLE color: 11518906.
HSL color Cylindrical-coordinate representation of color #BAC3AF: hue angle of 87º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC3AF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 175 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.24 |
| HSL | 87º | 0.14% | 0.73% | - |
| HSV(B) | 87º | 0.1% | 0.76% | - |
| XYZ | 47.5 | 52.56 | 48.2 | - |
| YUV | 190.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 175 | 0.05 | 0 | 0.10 | 0.24 | 87 | 0.14 | 0.73 |
| Hex | BA | C3 | AF | 5 | 0 | A | 18 | 57 | E | 49 |
| Octal | 272 | 303 | 257 | 5 | 0 | 12 | 30 | 127 | 16 | 111 |
| Binary | 10111010 | 11000011 | 10101111 | 101 | 0 | 1010 | 11000 | 1010111 | 1110 | 1001001 |
Color Harmonies of #BAC3AF
Complementary color
Monochromatic Colors of #BAC3AF
Black with #BAC3AF
Text Example
Text Example
White with #BAC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3AF; }
p { color: rgb(186,195,175); }
H1.HeaderClassName
{
color: #BAC3AF;
}
.AnyTagClassName
{
color: #BAC3AF;
}
</style>
background-color css
<style>
a { background-color: #BAC3AF; }
a { background-color: rgb(186,195,175); }
div.DivClassName
{
background-color: #BAC3AF;
}
.BgClassName
{
background-color: #BAC3AF;
}
</style>
border-color css
<style>
span { border-color: #BAC3AF; }
span { border-color: rgb(186,195,175); }
td.TdClassName
{
border-color: #BAC3AF;
}
.TagClassName
{
border-color: #BAC3AF;
}
</style>