Shades of Zumthor #BCD7D8
Tints of Zumthor #BCD7D8
RGB
CMYK
RGB Variations
Color information
#BCD7D8 (or 0xBCD7D8) is known color: Zumthor. HEX triplet: BC, D7 and D8. RGB value is (188,215,216). Sum of RGB (Red+Green+Blue) = 188+215+216=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCD7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7D8 is #432827. Grayscale: #CFCFCF. Windows color (decimal): -4401192 or 14211004. OLE color: 14211004.
HSL color Cylindrical-coordinate representation of color #BCD7D8: hue angle of 182.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7D8 is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 215 | 216 | - |
| CMYK | 0.13 | 0.00 | 0 | 0.15 |
| HSL | 182.14º | 0.26% | 0.79% | - |
| HSV(B) | 182.14º | 0.13% | 0.85% | - |
| XYZ | 57.43 | 64.25 | 74.34 | - |
| YUV | 207.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 216 | 0.13 | 0.00 | 0 | 0.15 | 182.14 | 0.26 | 0.79 |
| Hex | BC | D7 | D8 | D | 0 | 0 | F | B6 | 1A | 4F |
| Octal | 274 | 327 | 330 | 15 | 0 | 0 | 17 | 266 | 32 | 117 |
| Binary | 10111100 | 11010111 | 11011000 | 1101 | 0 | 0 | 1111 | 10110110 | 11010 | 1001111 |
Color Harmonies of #BCD7D8
Complementary color
Monochromatic Colors of #BCD7D8
Black with #BCD7D8
Text Example
Text Example
White with #BCD7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7D8; }
p { color: rgb(188,215,216); }
H1.HeaderClassName
{
color: #BCD7D8;
}
.AnyTagClassName
{
color: #BCD7D8;
}
</style>
background-color css
<style>
a { background-color: #BCD7D8; }
a { background-color: rgb(188,215,216); }
div.DivClassName
{
background-color: #BCD7D8;
}
.BgClassName
{
background-color: #BCD7D8;
}
</style>
border-color css
<style>
span { border-color: #BCD7D8; }
span { border-color: rgb(188,215,216); }
td.TdClassName
{
border-color: #BCD7D8;
}
.TagClassName
{
border-color: #BCD7D8;
}
</style>