Shades of Tasman #BCC2B1
Tints of Tasman #BCC2B1
RGB
CMYK
RGB Variations
Color information
#BCC2B1 (or 0xBCC2B1) is known color: Tasman. HEX triplet: BC, C2 and B1. RGB value is (188,194,177). Sum of RGB (Red+Green+Blue) = 188+194+177=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2B1 is #433D4E. Grayscale: #BEBEBE. Windows color (decimal): -4406607 or 11649724. OLE color: 11649724.
HSL color Cylindrical-coordinate representation of color #BCC2B1: hue angle of 81.18º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC2B1 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 177 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.24 |
| HSL | 81.18º | 0.12% | 0.73% | - |
| HSV(B) | 81.18º | 0.09% | 0.76% | - |
| XYZ | 47.97 | 52.45 | 49.19 | - |
| YUV | 190.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 177 | 0.03 | 0 | 0.09 | 0.24 | 81.18 | 0.12 | 0.73 |
| Hex | BC | C2 | B1 | 3 | 0 | 9 | 18 | 51 | C | 49 |
| Octal | 274 | 302 | 261 | 3 | 0 | 11 | 30 | 121 | 14 | 111 |
| Binary | 10111100 | 11000010 | 10110001 | 11 | 0 | 1001 | 11000 | 1010001 | 1100 | 1001001 |
Color Harmonies of #BCC2B1
Complementary color
Monochromatic Colors of #BCC2B1
Black with #BCC2B1
Text Example
Text Example
White with #BCC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2B1; }
p { color: rgb(188,194,177); }
H1.HeaderClassName
{
color: #BCC2B1;
}
.AnyTagClassName
{
color: #BCC2B1;
}
</style>
background-color css
<style>
a { background-color: #BCC2B1; }
a { background-color: rgb(188,194,177); }
div.DivClassName
{
background-color: #BCC2B1;
}
.BgClassName
{
background-color: #BCC2B1;
}
</style>
border-color css
<style>
span { border-color: #BCC2B1; }
span { border-color: rgb(188,194,177); }
td.TdClassName
{
border-color: #BCC2B1;
}
.TagClassName
{
border-color: #BCC2B1;
}
</style>