Shades of Zumthor #BCD2D4
Tints of Zumthor #BCD2D4
RGB
CMYK
RGB Variations
Color information
#BCD2D4 (or 0xBCD2D4) is known color: Zumthor. HEX triplet: BC, D2 and D4. RGB value is (188,210,212). Sum of RGB (Red+Green+Blue) = 188+210+212=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCD2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2D4 is #432D2B. Grayscale: #CBCBCB. Windows color (decimal): -4402476 or 13947580. OLE color: 13947580.
HSL color Cylindrical-coordinate representation of color #BCD2D4: hue angle of 185º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD2D4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 210 | 212 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.17 |
| HSL | 185º | 0.22% | 0.78% | - |
| HSV(B) | 185º | 0.11% | 0.83% | - |
| XYZ | 55.67 | 61.54 | 71.23 | - |
| YUV | 203.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 212 | 0.11 | 0.01 | 0 | 0.17 | 185 | 0.22 | 0.78 |
| Hex | BC | D2 | D4 | B | 1 | 0 | 11 | B9 | 16 | 4E |
| Octal | 274 | 322 | 324 | 13 | 1 | 0 | 21 | 271 | 26 | 116 |
| Binary | 10111100 | 11010010 | 11010100 | 1011 | 1 | 0 | 10001 | 10111001 | 10110 | 1001110 |
Color Harmonies of #BCD2D4
Complementary color
Monochromatic Colors of #BCD2D4
Black with #BCD2D4
Text Example
Text Example
White with #BCD2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2D4; }
p { color: rgb(188,210,212); }
H1.HeaderClassName
{
color: #BCD2D4;
}
.AnyTagClassName
{
color: #BCD2D4;
}
</style>
background-color css
<style>
a { background-color: #BCD2D4; }
a { background-color: rgb(188,210,212); }
div.DivClassName
{
background-color: #BCD2D4;
}
.BgClassName
{
background-color: #BCD2D4;
}
</style>
border-color css
<style>
span { border-color: #BCD2D4; }
span { border-color: rgb(188,210,212); }
td.TdClassName
{
border-color: #BCD2D4;
}
.TagClassName
{
border-color: #BCD2D4;
}
</style>