Shades of Zumthor #BDD9DB
Tints of Zumthor #BDD9DB
RGB
CMYK
RGB Variations
Color information
#BDD9DB (or 0xBDD9DB) is known color: Zumthor. HEX triplet: BD, D9 and DB. RGB value is (189,217,219). Sum of RGB (Red+Green+Blue) = 189+217+219=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9DB is #422624. Grayscale: #D0D0D0. Windows color (decimal): -4335141 or 14408125. OLE color: 14408125.
HSL color Cylindrical-coordinate representation of color #BDD9DB: hue angle of 184º degrees, saturation: 0.29, 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 #BDD9DB is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 217 | 219 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.14 |
| HSL | 184º | 0.29% | 0.8% | - |
| HSV(B) | 184º | 0.14% | 0.86% | - |
| XYZ | 58.59 | 65.56 | 76.58 | - |
| YUV | 208.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 219 | 0.14 | 0.01 | 0 | 0.14 | 184 | 0.29 | 0.8 |
| Hex | BD | D9 | DB | E | 1 | 0 | E | B8 | 1D | 50 |
| Octal | 275 | 331 | 333 | 16 | 1 | 0 | 16 | 270 | 35 | 120 |
| Binary | 10111101 | 11011001 | 11011011 | 1110 | 1 | 0 | 1110 | 10111000 | 11101 | 1010000 |
Color Harmonies of #BDD9DB
Complementary color
Monochromatic Colors of #BDD9DB
Black with #BDD9DB
Text Example
Text Example
White with #BDD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9DB; }
p { color: rgb(189,217,219); }
H1.HeaderClassName
{
color: #BDD9DB;
}
.AnyTagClassName
{
color: #BDD9DB;
}
</style>
background-color css
<style>
a { background-color: #BDD9DB; }
a { background-color: rgb(189,217,219); }
div.DivClassName
{
background-color: #BDD9DB;
}
.BgClassName
{
background-color: #BDD9DB;
}
</style>
border-color css
<style>
span { border-color: #BDD9DB; }
span { border-color: rgb(189,217,219); }
td.TdClassName
{
border-color: #BDD9DB;
}
.TagClassName
{
border-color: #BDD9DB;
}
</style>