Shades of Zumthor #BDDCDB
Tints of Zumthor #BDDCDB
RGB
CMYK
RGB Variations
Color information
#BDDCDB (or 0xBDDCDB) is known color: Zumthor. HEX triplet: BD, DC and DB. RGB value is (189,220,219). Sum of RGB (Red+Green+Blue) = 189+220+219=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCDB is #422324. Grayscale: #D2D2D2. Windows color (decimal): -4334373 or 14408893. OLE color: 14408893.
HSL color Cylindrical-coordinate representation of color #BDDCDB: hue angle of 178.06º degrees, saturation: 0.31, 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 #BDDCDB is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 219 | - |
| CMYK | 0.14 | 0 | 0.00 | 0.14 |
| HSL | 178.06º | 0.31% | 0.8% | - |
| HSV(B) | 178.06º | 0.14% | 0.86% | - |
| XYZ | 59.37 | 67.12 | 76.84 | - |
| YUV | 210.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 219 | 0.14 | 0 | 0.00 | 0.14 | 178.06 | 0.31 | 0.8 |
| Hex | BD | DC | DB | E | 0 | 0 | E | B2 | 1F | 50 |
| Octal | 275 | 334 | 333 | 16 | 0 | 0 | 16 | 262 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11011011 | 1110 | 0 | 0 | 1110 | 10110010 | 11111 | 1010000 |
Color Harmonies of #BDDCDB
Complementary color
Monochromatic Colors of #BDDCDB
Black with #BDDCDB
Text Example
Text Example
White with #BDDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCDB; }
p { color: rgb(189,220,219); }
H1.HeaderClassName
{
color: #BDDCDB;
}
.AnyTagClassName
{
color: #BDDCDB;
}
</style>
background-color css
<style>
a { background-color: #BDDCDB; }
a { background-color: rgb(189,220,219); }
div.DivClassName
{
background-color: #BDDCDB;
}
.BgClassName
{
background-color: #BDDCDB;
}
</style>
border-color css
<style>
span { border-color: #BDDCDB; }
span { border-color: rgb(189,220,219); }
td.TdClassName
{
border-color: #BDDCDB;
}
.TagClassName
{
border-color: #BDDCDB;
}
</style>