Shades of Zumthor #BCD8DA
Tints of Zumthor #BCD8DA
RGB
CMYK
RGB Variations
Color information
#BCD8DA (or 0xBCD8DA) is known color: Zumthor. HEX triplet: BC, D8 and DA. RGB value is (188,216,218). Sum of RGB (Red+Green+Blue) = 188+216+218=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8DA is #432725. Grayscale: #CFCFCF. Windows color (decimal): -4400934 or 14342332. OLE color: 14342332.
HSL color Cylindrical-coordinate representation of color #BCD8DA: hue angle of 184º 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 #BCD8DA is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 218 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.15 |
| HSL | 184º | 0.29% | 0.8% | - |
| HSV(B) | 184º | 0.14% | 0.85% | - |
| XYZ | 57.95 | 64.87 | 75.8 | - |
| YUV | 207.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 218 | 0.14 | 0.01 | 0 | 0.15 | 184 | 0.29 | 0.8 |
| Hex | BC | D8 | DA | E | 1 | 0 | F | B8 | 1D | 50 |
| Octal | 274 | 330 | 332 | 16 | 1 | 0 | 17 | 270 | 35 | 120 |
| Binary | 10111100 | 11011000 | 11011010 | 1110 | 1 | 0 | 1111 | 10111000 | 11101 | 1010000 |
Color Harmonies of #BCD8DA
Complementary color
Monochromatic Colors of #BCD8DA
Black with #BCD8DA
Text Example
Text Example
White with #BCD8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8DA; }
p { color: rgb(188,216,218); }
H1.HeaderClassName
{
color: #BCD8DA;
}
.AnyTagClassName
{
color: #BCD8DA;
}
</style>
background-color css
<style>
a { background-color: #BCD8DA; }
a { background-color: rgb(188,216,218); }
div.DivClassName
{
background-color: #BCD8DA;
}
.BgClassName
{
background-color: #BCD8DA;
}
</style>
border-color css
<style>
span { border-color: #BCD8DA; }
span { border-color: rgb(188,216,218); }
td.TdClassName
{
border-color: #BCD8DA;
}
.TagClassName
{
border-color: #BCD8DA;
}
</style>