Shades of Zumthor #BDD9D7
Tints of Zumthor #BDD9D7
RGB
CMYK
RGB Variations
Color information
#BDD9D7 (or 0xBDD9D7) is known color: Zumthor. HEX triplet: BD, D9 and D7. RGB value is (189,217,215). Sum of RGB (Red+Green+Blue) = 189+217+215=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9D7 is #422628. Grayscale: #D0D0D0. Windows color (decimal): -4335145 or 14145981. OLE color: 14145981.
HSL color Cylindrical-coordinate representation of color #BDD9D7: hue angle of 175.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9D7 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 215 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.15 |
| HSL | 175.71º | 0.27% | 0.8% | - |
| HSV(B) | 175.71º | 0.13% | 0.85% | - |
| XYZ | 58.06 | 65.35 | 73.84 | - |
| YUV | 208.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 215 | 0.13 | 0 | 0.01 | 0.15 | 175.71 | 0.27 | 0.8 |
| Hex | BD | D9 | D7 | D | 0 | 1 | F | B0 | 1B | 50 |
| Octal | 275 | 331 | 327 | 15 | 0 | 1 | 17 | 260 | 33 | 120 |
| Binary | 10111101 | 11011001 | 11010111 | 1101 | 0 | 1 | 1111 | 10110000 | 11011 | 1010000 |
Color Harmonies of #BDD9D7
Complementary color
Monochromatic Colors of #BDD9D7
Black with #BDD9D7
Text Example
Text Example
White with #BDD9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9D7; }
p { color: rgb(189,217,215); }
H1.HeaderClassName
{
color: #BDD9D7;
}
.AnyTagClassName
{
color: #BDD9D7;
}
</style>
background-color css
<style>
a { background-color: #BDD9D7; }
a { background-color: rgb(189,217,215); }
div.DivClassName
{
background-color: #BDD9D7;
}
.BgClassName
{
background-color: #BDD9D7;
}
</style>
border-color css
<style>
span { border-color: #BDD9D7; }
span { border-color: rgb(189,217,215); }
td.TdClassName
{
border-color: #BDD9D7;
}
.TagClassName
{
border-color: #BDD9D7;
}
</style>