Shades of Zumthor #BCD7D6
Tints of Zumthor #BCD7D6
RGB
CMYK
RGB Variations
Color information
#BCD7D6 (or 0xBCD7D6) is known color: Zumthor. HEX triplet: BC, D7 and D6. RGB value is (188,215,214). Sum of RGB (Red+Green+Blue) = 188+215+214=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7D6 is #432829. Grayscale: #CECECE. Windows color (decimal): -4401194 or 14079932. OLE color: 14079932.
HSL color Cylindrical-coordinate representation of color #BCD7D6: hue angle of 177.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7D6 is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 214 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.16 |
| HSL | 177.78º | 0.25% | 0.79% | - |
| HSV(B) | 177.78º | 0.13% | 0.84% | - |
| XYZ | 57.18 | 64.15 | 72.99 | - |
| YUV | 206.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 214 | 0.13 | 0 | 0.00 | 0.16 | 177.78 | 0.25 | 0.79 |
| Hex | BC | D7 | D6 | D | 0 | 0 | 10 | B2 | 19 | 4F |
| Octal | 274 | 327 | 326 | 15 | 0 | 0 | 20 | 262 | 31 | 117 |
| Binary | 10111100 | 11010111 | 11010110 | 1101 | 0 | 0 | 10000 | 10110010 | 11001 | 1001111 |
Color Harmonies of #BCD7D6
Complementary color
Monochromatic Colors of #BCD7D6
Black with #BCD7D6
Text Example
Text Example
White with #BCD7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7D6; }
p { color: rgb(188,215,214); }
H1.HeaderClassName
{
color: #BCD7D6;
}
.AnyTagClassName
{
color: #BCD7D6;
}
</style>
background-color css
<style>
a { background-color: #BCD7D6; }
a { background-color: rgb(188,215,214); }
div.DivClassName
{
background-color: #BCD7D6;
}
.BgClassName
{
background-color: #BCD7D6;
}
</style>
border-color css
<style>
span { border-color: #BCD7D6; }
span { border-color: rgb(188,215,214); }
td.TdClassName
{
border-color: #BCD7D6;
}
.TagClassName
{
border-color: #BCD7D6;
}
</style>