Shades of Zumthor #BCD5D8
Tints of Zumthor #BCD5D8
RGB
CMYK
RGB Variations
Color information
#BCD5D8 (or 0xBCD5D8) is known color: Zumthor. HEX triplet: BC, D5 and D8. RGB value is (188,213,216). Sum of RGB (Red+Green+Blue) = 188+213+216=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCD5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5D8 is #432A27. Grayscale: #CDCDCD. Windows color (decimal): -4401704 or 14210492. OLE color: 14210492.
HSL color Cylindrical-coordinate representation of color #BCD5D8: hue angle of 186.43º 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 #BCD5D8 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 213 | 216 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.15 |
| HSL | 186.43º | 0.26% | 0.79% | - |
| HSV(B) | 186.43º | 0.13% | 0.85% | - |
| XYZ | 56.93 | 63.24 | 74.17 | - |
| YUV | 205.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 216 | 0.13 | 0.01 | 0 | 0.15 | 186.43 | 0.26 | 0.79 |
| Hex | BC | D5 | D8 | D | 1 | 0 | F | BA | 1A | 4F |
| Octal | 274 | 325 | 330 | 15 | 1 | 0 | 17 | 272 | 32 | 117 |
| Binary | 10111100 | 11010101 | 11011000 | 1101 | 1 | 0 | 1111 | 10111010 | 11010 | 1001111 |
Color Harmonies of #BCD5D8
Complementary color
Monochromatic Colors of #BCD5D8
Black with #BCD5D8
Text Example
Text Example
White with #BCD5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5D8; }
p { color: rgb(188,213,216); }
H1.HeaderClassName
{
color: #BCD5D8;
}
.AnyTagClassName
{
color: #BCD5D8;
}
</style>
background-color css
<style>
a { background-color: #BCD5D8; }
a { background-color: rgb(188,213,216); }
div.DivClassName
{
background-color: #BCD5D8;
}
.BgClassName
{
background-color: #BCD5D8;
}
</style>
border-color css
<style>
span { border-color: #BCD5D8; }
span { border-color: rgb(188,213,216); }
td.TdClassName
{
border-color: #BCD5D8;
}
.TagClassName
{
border-color: #BCD5D8;
}
</style>