Shades of Tasman #BAC1B2
Tints of Tasman #BAC1B2
RGB
CMYK
RGB Variations
Color information
#BAC1B2 (or 0xBAC1B2) is known color: Tasman. HEX triplet: BA, C1 and B2. RGB value is (186,193,178). Sum of RGB (Red+Green+Blue) = 186+193+178=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC1B2 is #453E4D. Grayscale: #BDBDBD. Windows color (decimal): -4537934 or 11715002. OLE color: 11715002.
HSL color Cylindrical-coordinate representation of color #BAC1B2: hue angle of 88º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC1B2 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 178 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.24 |
| HSL | 88º | 0.11% | 0.73% | - |
| HSV(B) | 88º | 0.08% | 0.76% | - |
| XYZ | 47.36 | 51.79 | 49.62 | - |
| YUV | 189.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 178 | 0.04 | 0 | 0.08 | 0.24 | 88 | 0.11 | 0.73 |
| Hex | BA | C1 | B2 | 4 | 0 | 8 | 18 | 58 | B | 49 |
| Octal | 272 | 301 | 262 | 4 | 0 | 10 | 30 | 130 | 13 | 111 |
| Binary | 10111010 | 11000001 | 10110010 | 100 | 0 | 1000 | 11000 | 1011000 | 1011 | 1001001 |
Color Harmonies of #BAC1B2
Complementary color
Monochromatic Colors of #BAC1B2
Black with #BAC1B2
Text Example
Text Example
White with #BAC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1B2; }
p { color: rgb(186,193,178); }
H1.HeaderClassName
{
color: #BAC1B2;
}
.AnyTagClassName
{
color: #BAC1B2;
}
</style>
background-color css
<style>
a { background-color: #BAC1B2; }
a { background-color: rgb(186,193,178); }
div.DivClassName
{
background-color: #BAC1B2;
}
.BgClassName
{
background-color: #BAC1B2;
}
</style>
border-color css
<style>
span { border-color: #BAC1B2; }
span { border-color: rgb(186,193,178); }
td.TdClassName
{
border-color: #BAC1B2;
}
.TagClassName
{
border-color: #BAC1B2;
}
</style>