Shades of Zumthor #BCD4D6
Tints of Zumthor #BCD4D6
RGB
CMYK
RGB Variations
Color information
#BCD4D6 (or 0xBCD4D6) is known color: Zumthor. HEX triplet: BC, D4 and D6. RGB value is (188,212,214). Sum of RGB (Red+Green+Blue) = 188+212+214=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCD4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4D6 is #432B29. Grayscale: #CDCDCD. Windows color (decimal): -4401962 or 14079164. OLE color: 14079164.
HSL color Cylindrical-coordinate representation of color #BCD4D6: hue angle of 184.62º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD4D6 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 212 | 214 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.16 |
| HSL | 184.62º | 0.24% | 0.79% | - |
| HSV(B) | 184.62º | 0.12% | 0.84% | - |
| XYZ | 56.42 | 62.63 | 72.73 | - |
| YUV | 205.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 214 | 0.12 | 0.01 | 0 | 0.16 | 184.62 | 0.24 | 0.79 |
| Hex | BC | D4 | D6 | C | 1 | 0 | 10 | B9 | 18 | 4F |
| Octal | 274 | 324 | 326 | 14 | 1 | 0 | 20 | 271 | 30 | 117 |
| Binary | 10111100 | 11010100 | 11010110 | 1100 | 1 | 0 | 10000 | 10111001 | 11000 | 1001111 |
Color Harmonies of #BCD4D6
Complementary color
Monochromatic Colors of #BCD4D6
Black with #BCD4D6
Text Example
Text Example
White with #BCD4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4D6; }
p { color: rgb(188,212,214); }
H1.HeaderClassName
{
color: #BCD4D6;
}
.AnyTagClassName
{
color: #BCD4D6;
}
</style>
background-color css
<style>
a { background-color: #BCD4D6; }
a { background-color: rgb(188,212,214); }
div.DivClassName
{
background-color: #BCD4D6;
}
.BgClassName
{
background-color: #BCD4D6;
}
</style>
border-color css
<style>
span { border-color: #BCD4D6; }
span { border-color: rgb(188,212,214); }
td.TdClassName
{
border-color: #BCD4D6;
}
.TagClassName
{
border-color: #BCD4D6;
}
</style>