Shades of Zumthor #BDDCDA
Tints of Zumthor #BDDCDA
RGB
CMYK
RGB Variations
Color information
#BDDCDA (or 0xBDDCDA) is known color: Zumthor. HEX triplet: BD, DC and DA. RGB value is (189,220,218). Sum of RGB (Red+Green+Blue) = 189+220+218=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCDA is #422325. Grayscale: #D2D2D2. Windows color (decimal): -4334374 or 14343357. OLE color: 14343357.
HSL color Cylindrical-coordinate representation of color #BDDCDA: hue angle of 176.13º 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 #BDDCDA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 218 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.14 |
| HSL | 176.13º | 0.31% | 0.8% | - |
| HSV(B) | 176.13º | 0.14% | 0.86% | - |
| XYZ | 59.23 | 67.07 | 76.15 | - |
| YUV | 210.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 218 | 0.14 | 0 | 0.01 | 0.14 | 176.13 | 0.31 | 0.8 |
| Hex | BD | DC | DA | E | 0 | 1 | E | B0 | 1F | 50 |
| Octal | 275 | 334 | 332 | 16 | 0 | 1 | 16 | 260 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11011010 | 1110 | 0 | 1 | 1110 | 10110000 | 11111 | 1010000 |
Color Harmonies of #BDDCDA
Complementary color
Monochromatic Colors of #BDDCDA
Black with #BDDCDA
Text Example
Text Example
White with #BDDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCDA; }
p { color: rgb(189,220,218); }
H1.HeaderClassName
{
color: #BDDCDA;
}
.AnyTagClassName
{
color: #BDDCDA;
}
</style>
background-color css
<style>
a { background-color: #BDDCDA; }
a { background-color: rgb(189,220,218); }
div.DivClassName
{
background-color: #BDDCDA;
}
.BgClassName
{
background-color: #BDDCDA;
}
</style>
border-color css
<style>
span { border-color: #BDDCDA; }
span { border-color: rgb(189,220,218); }
td.TdClassName
{
border-color: #BDDCDA;
}
.TagClassName
{
border-color: #BDDCDA;
}
</style>