Shades of Zumthor #BCD9DA
Tints of Zumthor #BCD9DA
RGB
CMYK
RGB Variations
Color information
#BCD9DA (or 0xBCD9DA) is known color: Zumthor. HEX triplet: BC, D9 and DA. RGB value is (188,217,218). Sum of RGB (Red+Green+Blue) = 188+217+218=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9DA is #432625. Grayscale: #D0D0D0. Windows color (decimal): -4400678 or 14342588. OLE color: 14342588.
HSL color Cylindrical-coordinate representation of color #BCD9DA: hue angle of 182º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD9DA is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 218 | - |
| CMYK | 0.14 | 0.00 | 0 | 0.15 |
| HSL | 182º | 0.29% | 0.8% | - |
| HSV(B) | 182º | 0.14% | 0.85% | - |
| XYZ | 58.21 | 65.38 | 75.88 | - |
| YUV | 208.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 218 | 0.14 | 0.00 | 0 | 0.15 | 182 | 0.29 | 0.8 |
| Hex | BC | D9 | DA | E | 0 | 0 | F | B6 | 1D | 50 |
| Octal | 274 | 331 | 332 | 16 | 0 | 0 | 17 | 266 | 35 | 120 |
| Binary | 10111100 | 11011001 | 11011010 | 1110 | 0 | 0 | 1111 | 10110110 | 11101 | 1010000 |
Color Harmonies of #BCD9DA
Complementary color
Monochromatic Colors of #BCD9DA
Black with #BCD9DA
Text Example
Text Example
White with #BCD9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9DA; }
p { color: rgb(188,217,218); }
H1.HeaderClassName
{
color: #BCD9DA;
}
.AnyTagClassName
{
color: #BCD9DA;
}
</style>
background-color css
<style>
a { background-color: #BCD9DA; }
a { background-color: rgb(188,217,218); }
div.DivClassName
{
background-color: #BCD9DA;
}
.BgClassName
{
background-color: #BCD9DA;
}
</style>
border-color css
<style>
span { border-color: #BCD9DA; }
span { border-color: rgb(188,217,218); }
td.TdClassName
{
border-color: #BCD9DA;
}
.TagClassName
{
border-color: #BCD9DA;
}
</style>