Shades of Zumthor #BED9D7
Tints of Zumthor #BED9D7
RGB
CMYK
RGB Variations
Color information
#BED9D7 (or 0xBED9D7) is known color: Zumthor. HEX triplet: BE, D9 and D7. RGB value is (190,217,215). Sum of RGB (Red+Green+Blue) = 190+217+215=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9D7 is #412628. Grayscale: #D0D0D0. Windows color (decimal): -4269609 or 14145982. OLE color: 14145982.
HSL color Cylindrical-coordinate representation of color #BED9D7: hue angle of 175.56º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED9D7 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 215 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.15 |
| HSL | 175.56º | 0.26% | 0.8% | - |
| HSV(B) | 175.56º | 0.12% | 0.85% | - |
| XYZ | 58.31 | 65.48 | 73.86 | - |
| YUV | 208.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 215 | 0.12 | 0 | 0.01 | 0.15 | 175.56 | 0.26 | 0.8 |
| Hex | BE | D9 | D7 | C | 0 | 1 | F | B0 | 1A | 50 |
| Octal | 276 | 331 | 327 | 14 | 0 | 1 | 17 | 260 | 32 | 120 |
| Binary | 10111110 | 11011001 | 11010111 | 1100 | 0 | 1 | 1111 | 10110000 | 11010 | 1010000 |
Color Harmonies of #BED9D7
Complementary color
Monochromatic Colors of #BED9D7
Black with #BED9D7
Text Example
Text Example
White with #BED9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9D7; }
p { color: rgb(190,217,215); }
H1.HeaderClassName
{
color: #BED9D7;
}
.AnyTagClassName
{
color: #BED9D7;
}
</style>
background-color css
<style>
a { background-color: #BED9D7; }
a { background-color: rgb(190,217,215); }
div.DivClassName
{
background-color: #BED9D7;
}
.BgClassName
{
background-color: #BED9D7;
}
</style>
border-color css
<style>
span { border-color: #BED9D7; }
span { border-color: rgb(190,217,215); }
td.TdClassName
{
border-color: #BED9D7;
}
.TagClassName
{
border-color: #BED9D7;
}
</style>