Shades of Zumthor #BDD8DA
Tints of Zumthor #BDD8DA
RGB
CMYK
RGB Variations
Color information
#BDD8DA (or 0xBDD8DA) is known color: Zumthor. HEX triplet: BD, D8 and DA. RGB value is (189,216,218). Sum of RGB (Red+Green+Blue) = 189+216+218=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8DA is #422725. Grayscale: #D0D0D0. Windows color (decimal): -4335398 or 14342333. OLE color: 14342333.
HSL color Cylindrical-coordinate representation of color #BDD8DA: hue angle of 184.14º degrees, saturation: 0.28, 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 #BDD8DA is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 218 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.15 |
| HSL | 184.14º | 0.28% | 0.8% | - |
| HSV(B) | 184.14º | 0.13% | 0.85% | - |
| XYZ | 58.2 | 64.99 | 75.81 | - |
| YUV | 208.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 218 | 0.13 | 0.01 | 0 | 0.15 | 184.14 | 0.28 | 0.8 |
| Hex | BD | D8 | DA | D | 1 | 0 | F | B8 | 1C | 50 |
| Octal | 275 | 330 | 332 | 15 | 1 | 0 | 17 | 270 | 34 | 120 |
| Binary | 10111101 | 11011000 | 11011010 | 1101 | 1 | 0 | 1111 | 10111000 | 11100 | 1010000 |
Color Harmonies of #BDD8DA
Complementary color
Monochromatic Colors of #BDD8DA
Black with #BDD8DA
Text Example
Text Example
White with #BDD8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8DA; }
p { color: rgb(189,216,218); }
H1.HeaderClassName
{
color: #BDD8DA;
}
.AnyTagClassName
{
color: #BDD8DA;
}
</style>
background-color css
<style>
a { background-color: #BDD8DA; }
a { background-color: rgb(189,216,218); }
div.DivClassName
{
background-color: #BDD8DA;
}
.BgClassName
{
background-color: #BDD8DA;
}
</style>
border-color css
<style>
span { border-color: #BDD8DA; }
span { border-color: rgb(189,216,218); }
td.TdClassName
{
border-color: #BDD8DA;
}
.TagClassName
{
border-color: #BDD8DA;
}
</style>