Shades of Zumthor #BDD5D9
Tints of Zumthor #BDD5D9
RGB
CMYK
RGB Variations
Color information
#BDD5D9 (or 0xBDD5D9) is known color: Zumthor. HEX triplet: BD, D5 and D9. RGB value is (189,213,217). Sum of RGB (Red+Green+Blue) = 189+213+217=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDD5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5D9 is #422A26. Grayscale: #CECECE. Windows color (decimal): -4336167 or 14276029. OLE color: 14276029.
HSL color Cylindrical-coordinate representation of color #BDD5D9: hue angle of 188.57º 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 #BDD5D9 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 213 | 217 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.15 |
| HSL | 188.57º | 0.27% | 0.8% | - |
| HSV(B) | 188.57º | 0.13% | 0.85% | - |
| XYZ | 57.3 | 63.42 | 74.87 | - |
| YUV | 206.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 217 | 0.13 | 0.02 | 0 | 0.15 | 188.57 | 0.27 | 0.8 |
| Hex | BD | D5 | D9 | D | 2 | 0 | F | BD | 1B | 50 |
| Octal | 275 | 325 | 331 | 15 | 2 | 0 | 17 | 275 | 33 | 120 |
| Binary | 10111101 | 11010101 | 11011001 | 1101 | 10 | 0 | 1111 | 10111101 | 11011 | 1010000 |
Color Harmonies of #BDD5D9
Complementary color
Monochromatic Colors of #BDD5D9
Black with #BDD5D9
Text Example
Text Example
White with #BDD5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5D9; }
p { color: rgb(189,213,217); }
H1.HeaderClassName
{
color: #BDD5D9;
}
.AnyTagClassName
{
color: #BDD5D9;
}
</style>
background-color css
<style>
a { background-color: #BDD5D9; }
a { background-color: rgb(189,213,217); }
div.DivClassName
{
background-color: #BDD5D9;
}
.BgClassName
{
background-color: #BDD5D9;
}
</style>
border-color css
<style>
span { border-color: #BDD5D9; }
span { border-color: rgb(189,213,217); }
td.TdClassName
{
border-color: #BDD5D9;
}
.TagClassName
{
border-color: #BDD5D9;
}
</style>