Shades of Zumthor #BDD8D8
Tints of Zumthor #BDD8D8
RGB
CMYK
RGB Variations
Color information
#BDD8D8 (or 0xBDD8D8) is known color: Zumthor. HEX triplet: BD, D8 and D8. RGB value is (189,216,216). Sum of RGB (Red+Green+Blue) = 189+216+216=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #BDD8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8D8 is #422727. Grayscale: #CFCFCF. Windows color (decimal): -4335400 or 14211261. OLE color: 14211261.
HSL color Cylindrical-coordinate representation of color #BDD8D8: hue angle of 180º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD8D8 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 216 | - |
| CMYK | 0.12 | 0 | 0 | 0.15 |
| HSL | 180º | 0.26% | 0.79% | - |
| HSV(B) | 180º | 0.13% | 0.85% | - |
| XYZ | 57.94 | 64.89 | 74.44 | - |
| YUV | 207.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 216 | 0.12 | 0 | 0 | 0.15 | 180 | 0.26 | 0.79 |
| Hex | BD | D8 | D8 | C | 0 | 0 | F | B4 | 1A | 4F |
| Octal | 275 | 330 | 330 | 14 | 0 | 0 | 17 | 264 | 32 | 117 |
| Binary | 10111101 | 11011000 | 11011000 | 1100 | 0 | 0 | 1111 | 10110100 | 11010 | 1001111 |
Color Harmonies of #BDD8D8
Complementary color
Monochromatic Colors of #BDD8D8
Black with #BDD8D8
Text Example
Text Example
White with #BDD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8D8; }
p { color: rgb(189,216,216); }
H1.HeaderClassName
{
color: #BDD8D8;
}
.AnyTagClassName
{
color: #BDD8D8;
}
</style>
background-color css
<style>
a { background-color: #BDD8D8; }
a { background-color: rgb(189,216,216); }
div.DivClassName
{
background-color: #BDD8D8;
}
.BgClassName
{
background-color: #BDD8D8;
}
</style>
border-color css
<style>
span { border-color: #BDD8D8; }
span { border-color: rgb(189,216,216); }
td.TdClassName
{
border-color: #BDD8D8;
}
.TagClassName
{
border-color: #BDD8D8;
}
</style>