Shades of Zumthor #BCDBDB
Tints of Zumthor #BCDBDB
RGB
CMYK
RGB Variations
Color information
#BCDBDB (or 0xBCDBDB) is known color: Zumthor. HEX triplet: BC, DB and DB. RGB value is (188,219,219). Sum of RGB (Red+Green+Blue) = 188+219+219=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #BCDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBDB is #432424. Grayscale: #D1D1D1. Windows color (decimal): -4400165 or 14408636. OLE color: 14408636.
HSL color Cylindrical-coordinate representation of color #BCDBDB: hue angle of 180º 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 #BCDBDB is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 219 | - |
| CMYK | 0.14 | 0 | 0 | 0.14 |
| HSL | 180º | 0.3% | 0.8% | - |
| HSV(B) | 180º | 0.14% | 0.86% | - |
| XYZ | 58.86 | 66.47 | 76.75 | - |
| YUV | 209.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 219 | 0.14 | 0 | 0 | 0.14 | 180 | 0.3 | 0.8 |
| Hex | BC | DB | DB | E | 0 | 0 | E | B4 | 1E | 50 |
| Octal | 274 | 333 | 333 | 16 | 0 | 0 | 16 | 264 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11011011 | 1110 | 0 | 0 | 1110 | 10110100 | 11110 | 1010000 |
Color Harmonies of #BCDBDB
Complementary color
Monochromatic Colors of #BCDBDB
Black with #BCDBDB
Text Example
Text Example
White with #BCDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBDB; }
p { color: rgb(188,219,219); }
H1.HeaderClassName
{
color: #BCDBDB;
}
.AnyTagClassName
{
color: #BCDBDB;
}
</style>
background-color css
<style>
a { background-color: #BCDBDB; }
a { background-color: rgb(188,219,219); }
div.DivClassName
{
background-color: #BCDBDB;
}
.BgClassName
{
background-color: #BCDBDB;
}
</style>
border-color css
<style>
span { border-color: #BCDBDB; }
span { border-color: rgb(188,219,219); }
td.TdClassName
{
border-color: #BCDBDB;
}
.TagClassName
{
border-color: #BCDBDB;
}
</style>