Shades of Tasman #BCC0B7
Tints of Tasman #BCC0B7
RGB
CMYK
RGB Variations
Color information
#BCC0B7 (or 0xBCC0B7) is known color: Tasman. HEX triplet: BC, C0 and B7. RGB value is (188,192,183). Sum of RGB (Red+Green+Blue) = 188+192+183=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B7 is #433F48. Grayscale: #BDBDBD. Windows color (decimal): -4407113 or 12042428. OLE color: 12042428.
HSL color Cylindrical-coordinate representation of color #BCC0B7: hue angle of 86.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC0B7 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 183 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.25 |
| HSL | 86.67º | 0.07% | 0.74% | - |
| HSV(B) | 86.67º | 0.05% | 0.75% | - |
| XYZ | 48.14 | 51.81 | 52.26 | - |
| YUV | 189.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 183 | 0.02 | 0 | 0.05 | 0.25 | 86.67 | 0.07 | 0.74 |
| Hex | BC | C0 | B7 | 2 | 0 | 5 | 19 | 57 | 7 | 4A |
| Octal | 274 | 300 | 267 | 2 | 0 | 5 | 31 | 127 | 7 | 112 |
| Binary | 10111100 | 11000000 | 10110111 | 10 | 0 | 101 | 11001 | 1010111 | 111 | 1001010 |
Color Harmonies of #BCC0B7
Complementary color
Monochromatic Colors of #BCC0B7
Black with #BCC0B7
Text Example
Text Example
White with #BCC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0B7; }
p { color: rgb(188,192,183); }
H1.HeaderClassName
{
color: #BCC0B7;
}
.AnyTagClassName
{
color: #BCC0B7;
}
</style>
background-color css
<style>
a { background-color: #BCC0B7; }
a { background-color: rgb(188,192,183); }
div.DivClassName
{
background-color: #BCC0B7;
}
.BgClassName
{
background-color: #BCC0B7;
}
</style>
border-color css
<style>
span { border-color: #BCC0B7; }
span { border-color: rgb(188,192,183); }
td.TdClassName
{
border-color: #BCC0B7;
}
.TagClassName
{
border-color: #BCC0B7;
}
</style>