Shades of Zumthor #BDDDDB
Tints of Zumthor #BDDDDB
RGB
CMYK
RGB Variations
Color information
#BDDDDB (or 0xBDDDDB) is known color: Zumthor. HEX triplet: BD, DD and DB. RGB value is (189,221,219). Sum of RGB (Red+Green+Blue) = 189+221+219=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDDB is #422224. Grayscale: #D3D3D3. Windows color (decimal): -4334117 or 14409149. OLE color: 14409149.
HSL color Cylindrical-coordinate representation of color #BDDDDB: hue angle of 176.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDDB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 219 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.13 |
| HSL | 176.25º | 0.32% | 0.8% | - |
| HSV(B) | 176.25º | 0.14% | 0.87% | - |
| XYZ | 59.63 | 67.65 | 76.93 | - |
| YUV | 211.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 219 | 0.14 | 0 | 0.01 | 0.13 | 176.25 | 0.32 | 0.8 |
| Hex | BD | DD | DB | E | 0 | 1 | D | B0 | 20 | 50 |
| Octal | 275 | 335 | 333 | 16 | 0 | 1 | 15 | 260 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11011011 | 1110 | 0 | 1 | 1101 | 10110000 | 100000 | 1010000 |
Color Harmonies of #BDDDDB
Complementary color
Monochromatic Colors of #BDDDDB
Black with #BDDDDB
Text Example
Text Example
White with #BDDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDDB; }
p { color: rgb(189,221,219); }
H1.HeaderClassName
{
color: #BDDDDB;
}
.AnyTagClassName
{
color: #BDDDDB;
}
</style>
background-color css
<style>
a { background-color: #BDDDDB; }
a { background-color: rgb(189,221,219); }
div.DivClassName
{
background-color: #BDDDDB;
}
.BgClassName
{
background-color: #BDDDDB;
}
</style>
border-color css
<style>
span { border-color: #BDDDDB; }
span { border-color: rgb(189,221,219); }
td.TdClassName
{
border-color: #BDDDDB;
}
.TagClassName
{
border-color: #BDDDDB;
}
</style>