Shades of Zumthor #BCDBDA
Tints of Zumthor #BCDBDA
RGB
CMYK
RGB Variations
Color information
#BCDBDA (or 0xBCDBDA) is known color: Zumthor. HEX triplet: BC, DB and DA. RGB value is (188,219,218). Sum of RGB (Red+Green+Blue) = 188+219+218=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBDA is #432425. Grayscale: #D1D1D1. Windows color (decimal): -4400166 or 14343100. OLE color: 14343100.
HSL color Cylindrical-coordinate representation of color #BCDBDA: hue angle of 178.06º 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 #BCDBDA is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 218 | - |
| CMYK | 0.14 | 0 | 0.00 | 0.14 |
| HSL | 178.06º | 0.3% | 0.8% | - |
| HSV(B) | 178.06º | 0.14% | 0.86% | - |
| XYZ | 58.73 | 66.42 | 76.05 | - |
| YUV | 209.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 218 | 0.14 | 0 | 0.00 | 0.14 | 178.06 | 0.3 | 0.8 |
| Hex | BC | DB | DA | E | 0 | 0 | E | B2 | 1E | 50 |
| Octal | 274 | 333 | 332 | 16 | 0 | 0 | 16 | 262 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11011010 | 1110 | 0 | 0 | 1110 | 10110010 | 11110 | 1010000 |
Color Harmonies of #BCDBDA
Complementary color
Monochromatic Colors of #BCDBDA
Black with #BCDBDA
Text Example
Text Example
White with #BCDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBDA; }
p { color: rgb(188,219,218); }
H1.HeaderClassName
{
color: #BCDBDA;
}
.AnyTagClassName
{
color: #BCDBDA;
}
</style>
background-color css
<style>
a { background-color: #BCDBDA; }
a { background-color: rgb(188,219,218); }
div.DivClassName
{
background-color: #BCDBDA;
}
.BgClassName
{
background-color: #BCDBDA;
}
</style>
border-color css
<style>
span { border-color: #BCDBDA; }
span { border-color: rgb(188,219,218); }
td.TdClassName
{
border-color: #BCDBDA;
}
.TagClassName
{
border-color: #BCDBDA;
}
</style>