Shades of Tasman #BCC4B2
Tints of Tasman #BCC4B2
RGB
CMYK
RGB Variations
Color information
#BCC4B2 (or 0xBCC4B2) is known color: Tasman. HEX triplet: BC, C4 and B2. RGB value is (188,196,178). Sum of RGB (Red+Green+Blue) = 188+196+178=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4B2 is #433B4D. Grayscale: #BFBFBF. Windows color (decimal): -4406094 or 11715772. OLE color: 11715772.
HSL color Cylindrical-coordinate representation of color #BCC4B2: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC4B2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 178 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.23 |
| HSL | 86.67º | 0.13% | 0.73% | - |
| HSV(B) | 86.67º | 0.09% | 0.77% | - |
| XYZ | 48.51 | 53.39 | 49.87 | - |
| YUV | 191.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 178 | 0.04 | 0 | 0.09 | 0.23 | 86.67 | 0.13 | 0.73 |
| Hex | BC | C4 | B2 | 4 | 0 | 9 | 17 | 57 | D | 49 |
| Octal | 274 | 304 | 262 | 4 | 0 | 11 | 27 | 127 | 15 | 111 |
| Binary | 10111100 | 11000100 | 10110010 | 100 | 0 | 1001 | 10111 | 1010111 | 1101 | 1001001 |
Color Harmonies of #BCC4B2
Complementary color
Monochromatic Colors of #BCC4B2
Black with #BCC4B2
Text Example
Text Example
White with #BCC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4B2; }
p { color: rgb(188,196,178); }
H1.HeaderClassName
{
color: #BCC4B2;
}
.AnyTagClassName
{
color: #BCC4B2;
}
</style>
background-color css
<style>
a { background-color: #BCC4B2; }
a { background-color: rgb(188,196,178); }
div.DivClassName
{
background-color: #BCC4B2;
}
.BgClassName
{
background-color: #BCC4B2;
}
</style>
border-color css
<style>
span { border-color: #BCC4B2; }
span { border-color: rgb(188,196,178); }
td.TdClassName
{
border-color: #BCC4B2;
}
.TagClassName
{
border-color: #BCC4B2;
}
</style>