Shades of Zumthor #BDD4D6
Tints of Zumthor #BDD4D6
RGB
CMYK
RGB Variations
Color information
#BDD4D6 (or 0xBDD4D6) is known color: Zumthor. HEX triplet: BD, D4 and D6. RGB value is (189,212,214). Sum of RGB (Red+Green+Blue) = 189+212+214=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDD4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4D6 is #422B29. Grayscale: #CDCDCD. Windows color (decimal): -4336426 or 14079165. OLE color: 14079165.
HSL color Cylindrical-coordinate representation of color #BDD4D6: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD4D6 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 212 | 214 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.16 |
| HSL | 184.8º | 0.23% | 0.79% | - |
| HSV(B) | 184.8º | 0.12% | 0.84% | - |
| XYZ | 56.67 | 62.76 | 72.75 | - |
| YUV | 205.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 214 | 0.12 | 0.01 | 0 | 0.16 | 184.8 | 0.23 | 0.79 |
| Hex | BD | D4 | D6 | C | 1 | 0 | 10 | B9 | 17 | 4F |
| Octal | 275 | 324 | 326 | 14 | 1 | 0 | 20 | 271 | 27 | 117 |
| Binary | 10111101 | 11010100 | 11010110 | 1100 | 1 | 0 | 10000 | 10111001 | 10111 | 1001111 |
Color Harmonies of #BDD4D6
Complementary color
Monochromatic Colors of #BDD4D6
Black with #BDD4D6
Text Example
Text Example
White with #BDD4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4D6; }
p { color: rgb(189,212,214); }
H1.HeaderClassName
{
color: #BDD4D6;
}
.AnyTagClassName
{
color: #BDD4D6;
}
</style>
background-color css
<style>
a { background-color: #BDD4D6; }
a { background-color: rgb(189,212,214); }
div.DivClassName
{
background-color: #BDD4D6;
}
.BgClassName
{
background-color: #BDD4D6;
}
</style>
border-color css
<style>
span { border-color: #BDD4D6; }
span { border-color: rgb(189,212,214); }
td.TdClassName
{
border-color: #BDD4D6;
}
.TagClassName
{
border-color: #BDD4D6;
}
</style>