Shades of Zumthor #BCD4D4
Tints of Zumthor #BCD4D4
RGB
CMYK
RGB Variations
Color information
#BCD4D4 (or 0xBCD4D4) is known color: Zumthor. HEX triplet: BC, D4 and D4. RGB value is (188,212,212). Sum of RGB (Red+Green+Blue) = 188+212+212=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 212 - color contains mainly: green, blue. Hex color #BCD4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4D4 is #432B2B. Grayscale: #CCCCCC. Windows color (decimal): -4401964 or 13948092. OLE color: 13948092.
HSL color Cylindrical-coordinate representation of color #BCD4D4: hue angle of 180º 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 #BCD4D4 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 212 | - |
| CMYK | 0.11 | 0 | 0 | 0.17 |
| HSL | 180º | 0.22% | 0.78% | - |
| HSV(B) | 180º | 0.11% | 0.83% | - |
| XYZ | 56.17 | 62.53 | 71.4 | - |
| YUV | 204.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 212 | 0.11 | 0 | 0 | 0.17 | 180 | 0.22 | 0.78 |
| Hex | BC | D4 | D4 | B | 0 | 0 | 11 | B4 | 16 | 4E |
| Octal | 274 | 324 | 324 | 13 | 0 | 0 | 21 | 264 | 26 | 116 |
| Binary | 10111100 | 11010100 | 11010100 | 1011 | 0 | 0 | 10001 | 10110100 | 10110 | 1001110 |
Color Harmonies of #BCD4D4
Complementary color
Monochromatic Colors of #BCD4D4
Black with #BCD4D4
Text Example
Text Example
White with #BCD4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4D4; }
p { color: rgb(188,212,212); }
H1.HeaderClassName
{
color: #BCD4D4;
}
.AnyTagClassName
{
color: #BCD4D4;
}
</style>
background-color css
<style>
a { background-color: #BCD4D4; }
a { background-color: rgb(188,212,212); }
div.DivClassName
{
background-color: #BCD4D4;
}
.BgClassName
{
background-color: #BCD4D4;
}
</style>
border-color css
<style>
span { border-color: #BCD4D4; }
span { border-color: rgb(188,212,212); }
td.TdClassName
{
border-color: #BCD4D4;
}
.TagClassName
{
border-color: #BCD4D4;
}
</style>