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