Shades of Tasman #BCC2B4
Tints of Tasman #BCC2B4
RGB
CMYK
RGB Variations
Color information
#BCC2B4 (or 0xBCC2B4) is known color: Tasman. HEX triplet: BC, C2 and B4. RGB value is (188,194,180). Sum of RGB (Red+Green+Blue) = 188+194+180=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2B4 is #433D4B. Grayscale: #BEBEBE. Windows color (decimal): -4406604 or 11846332. OLE color: 11846332.
HSL color Cylindrical-coordinate representation of color #BCC2B4: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC2B4 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 180 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.24 |
| HSL | 85.71º | 0.1% | 0.73% | - |
| HSV(B) | 85.71º | 0.07% | 0.76% | - |
| XYZ | 48.27 | 52.57 | 50.78 | - |
| YUV | 190.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 180 | 0.03 | 0 | 0.07 | 0.24 | 85.71 | 0.1 | 0.73 |
| Hex | BC | C2 | B4 | 3 | 0 | 7 | 18 | 56 | A | 49 |
| Octal | 274 | 302 | 264 | 3 | 0 | 7 | 30 | 126 | 12 | 111 |
| Binary | 10111100 | 11000010 | 10110100 | 11 | 0 | 111 | 11000 | 1010110 | 1010 | 1001001 |
Color Harmonies of #BCC2B4
Complementary color
Monochromatic Colors of #BCC2B4
Black with #BCC2B4
Text Example
Text Example
White with #BCC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2B4; }
p { color: rgb(188,194,180); }
H1.HeaderClassName
{
color: #BCC2B4;
}
.AnyTagClassName
{
color: #BCC2B4;
}
</style>
background-color css
<style>
a { background-color: #BCC2B4; }
a { background-color: rgb(188,194,180); }
div.DivClassName
{
background-color: #BCC2B4;
}
.BgClassName
{
background-color: #BCC2B4;
}
</style>
border-color css
<style>
span { border-color: #BCC2B4; }
span { border-color: rgb(188,194,180); }
td.TdClassName
{
border-color: #BCC2B4;
}
.TagClassName
{
border-color: #BCC2B4;
}
</style>