Shades of Zumthor #BCDBD9
Tints of Zumthor #BCDBD9
RGB
CMYK
RGB Variations
Color information
#BCDBD9 (or 0xBCDBD9) is known color: Zumthor. HEX triplet: BC, DB and D9. RGB value is (188,219,217). Sum of RGB (Red+Green+Blue) = 188+219+217=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD9 is #432426. Grayscale: #D1D1D1. Windows color (decimal): -4400167 or 14277564. OLE color: 14277564.
HSL color Cylindrical-coordinate representation of color #BCDBD9: hue angle of 176.13º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBD9 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 217 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.14 |
| HSL | 176.13º | 0.3% | 0.8% | - |
| HSV(B) | 176.13º | 0.14% | 0.86% | - |
| XYZ | 58.59 | 66.36 | 75.37 | - |
| YUV | 209.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 217 | 0.14 | 0 | 0.01 | 0.14 | 176.13 | 0.3 | 0.8 |
| Hex | BC | DB | D9 | E | 0 | 1 | E | B0 | 1E | 50 |
| Octal | 274 | 333 | 331 | 16 | 0 | 1 | 16 | 260 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11011001 | 1110 | 0 | 1 | 1110 | 10110000 | 11110 | 1010000 |
Color Harmonies of #BCDBD9
Complementary color
Monochromatic Colors of #BCDBD9
Black with #BCDBD9
Text Example
Text Example
White with #BCDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBD9; }
p { color: rgb(188,219,217); }
H1.HeaderClassName
{
color: #BCDBD9;
}
.AnyTagClassName
{
color: #BCDBD9;
}
</style>
background-color css
<style>
a { background-color: #BCDBD9; }
a { background-color: rgb(188,219,217); }
div.DivClassName
{
background-color: #BCDBD9;
}
.BgClassName
{
background-color: #BCDBD9;
}
</style>
border-color css
<style>
span { border-color: #BCDBD9; }
span { border-color: rgb(188,219,217); }
td.TdClassName
{
border-color: #BCDBD9;
}
.TagClassName
{
border-color: #BCDBD9;
}
</style>