Shades of Zumthor #BDDBDA
Tints of Zumthor #BDDBDA
RGB
CMYK
RGB Variations
Color information
#BDDBDA (or 0xBDDBDA) is known color: Zumthor. HEX triplet: BD, DB and DA. RGB value is (189,219,218). Sum of RGB (Red+Green+Blue) = 189+219+218=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBDA is #422425. Grayscale: #D1D1D1. Windows color (decimal): -4334630 or 14343101. OLE color: 14343101.
HSL color Cylindrical-coordinate representation of color #BDDBDA: hue angle of 178º 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 #BDDBDA is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 218 | - |
| CMYK | 0.14 | 0 | 0.00 | 0.14 |
| HSL | 178º | 0.29% | 0.8% | - |
| HSV(B) | 178º | 0.14% | 0.86% | - |
| XYZ | 58.97 | 66.54 | 76.07 | - |
| YUV | 209.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 218 | 0.14 | 0 | 0.00 | 0.14 | 178 | 0.29 | 0.8 |
| Hex | BD | DB | DA | E | 0 | 0 | E | B2 | 1D | 50 |
| Octal | 275 | 333 | 332 | 16 | 0 | 0 | 16 | 262 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11011010 | 1110 | 0 | 0 | 1110 | 10110010 | 11101 | 1010000 |
Color Harmonies of #BDDBDA
Complementary color
Monochromatic Colors of #BDDBDA
Black with #BDDBDA
Text Example
Text Example
White with #BDDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBDA; }
p { color: rgb(189,219,218); }
H1.HeaderClassName
{
color: #BDDBDA;
}
.AnyTagClassName
{
color: #BDDBDA;
}
</style>
background-color css
<style>
a { background-color: #BDDBDA; }
a { background-color: rgb(189,219,218); }
div.DivClassName
{
background-color: #BDDBDA;
}
.BgClassName
{
background-color: #BDDBDA;
}
</style>
border-color css
<style>
span { border-color: #BDDBDA; }
span { border-color: rgb(189,219,218); }
td.TdClassName
{
border-color: #BDDBDA;
}
.TagClassName
{
border-color: #BDDBDA;
}
</style>