Shades of Zumthor #BDD3D4
Tints of Zumthor #BDD3D4
RGB
CMYK
RGB Variations
Color information
#BDD3D4 (or 0xBDD3D4) is known color: Zumthor. HEX triplet: BD, D3 and D4. RGB value is (189,211,212). Sum of RGB (Red+Green+Blue) = 189+211+212=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDD3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3D4 is #422C2B. Grayscale: #CCCCCC. Windows color (decimal): -4336684 or 13947837. OLE color: 13947837.
HSL color Cylindrical-coordinate representation of color #BDD3D4: hue angle of 182.61º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD3D4 is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 212 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.17 |
| HSL | 182.61º | 0.21% | 0.79% | - |
| HSV(B) | 182.61º | 0.11% | 0.83% | - |
| XYZ | 56.16 | 62.16 | 71.33 | - |
| YUV | 204.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 212 | 0.11 | 0.00 | 0 | 0.17 | 182.61 | 0.21 | 0.79 |
| Hex | BD | D3 | D4 | B | 0 | 0 | 11 | B7 | 15 | 4F |
| Octal | 275 | 323 | 324 | 13 | 0 | 0 | 21 | 267 | 25 | 117 |
| Binary | 10111101 | 11010011 | 11010100 | 1011 | 0 | 0 | 10001 | 10110111 | 10101 | 1001111 |
Color Harmonies of #BDD3D4
Complementary color
Monochromatic Colors of #BDD3D4
Black with #BDD3D4
Text Example
Text Example
White with #BDD3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3D4; }
p { color: rgb(189,211,212); }
H1.HeaderClassName
{
color: #BDD3D4;
}
.AnyTagClassName
{
color: #BDD3D4;
}
</style>
background-color css
<style>
a { background-color: #BDD3D4; }
a { background-color: rgb(189,211,212); }
div.DivClassName
{
background-color: #BDD3D4;
}
.BgClassName
{
background-color: #BDD3D4;
}
</style>
border-color css
<style>
span { border-color: #BDD3D4; }
span { border-color: rgb(189,211,212); }
td.TdClassName
{
border-color: #BDD3D4;
}
.TagClassName
{
border-color: #BDD3D4;
}
</style>