Shades of Zumthor #BCD4D7
Tints of Zumthor #BCD4D7
RGB
CMYK
RGB Variations
Color information
#BCD4D7 (or 0xBCD4D7) is known color: Zumthor. HEX triplet: BC, D4 and D7. RGB value is (188,212,215). Sum of RGB (Red+Green+Blue) = 188+212+215=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCD4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4D7 is #432B28. Grayscale: #CDCDCD. Windows color (decimal): -4401961 or 14144700. OLE color: 14144700.
HSL color Cylindrical-coordinate representation of color #BCD4D7: hue angle of 186.67º 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 #BCD4D7 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 212 | 215 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.16 |
| HSL | 186.67º | 0.25% | 0.79% | - |
| HSV(B) | 186.67º | 0.13% | 0.84% | - |
| XYZ | 56.55 | 62.68 | 73.41 | - |
| YUV | 205.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 215 | 0.13 | 0.01 | 0 | 0.16 | 186.67 | 0.25 | 0.79 |
| Hex | BC | D4 | D7 | D | 1 | 0 | 10 | BB | 19 | 4F |
| Octal | 274 | 324 | 327 | 15 | 1 | 0 | 20 | 273 | 31 | 117 |
| Binary | 10111100 | 11010100 | 11010111 | 1101 | 1 | 0 | 10000 | 10111011 | 11001 | 1001111 |
Color Harmonies of #BCD4D7
Complementary color
Monochromatic Colors of #BCD4D7
Black with #BCD4D7
Text Example
Text Example
White with #BCD4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4D7; }
p { color: rgb(188,212,215); }
H1.HeaderClassName
{
color: #BCD4D7;
}
.AnyTagClassName
{
color: #BCD4D7;
}
</style>
background-color css
<style>
a { background-color: #BCD4D7; }
a { background-color: rgb(188,212,215); }
div.DivClassName
{
background-color: #BCD4D7;
}
.BgClassName
{
background-color: #BCD4D7;
}
</style>
border-color css
<style>
span { border-color: #BCD4D7; }
span { border-color: rgb(188,212,215); }
td.TdClassName
{
border-color: #BCD4D7;
}
.TagClassName
{
border-color: #BCD4D7;
}
</style>