Shades of Zumthor #BED9DB
Tints of Zumthor #BED9DB
RGB
CMYK
RGB Variations
Color information
#BED9DB (or 0xBED9DB) is known color: Zumthor. HEX triplet: BE, D9 and DB. RGB value is (190,217,219). Sum of RGB (Red+Green+Blue) = 190+217+219=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 217 (85.16% from 255 or 34.66% 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 #BED9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9DB is #412624. Grayscale: #D1D1D1. Windows color (decimal): -4269605 or 14408126. OLE color: 14408126.
HSL color Cylindrical-coordinate representation of color #BED9DB: hue angle of 184.14º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED9DB is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 217 | 219 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.14 |
| HSL | 184.14º | 0.29% | 0.8% | - |
| HSV(B) | 184.14º | 0.13% | 0.86% | - |
| XYZ | 58.83 | 65.69 | 76.6 | - |
| YUV | 209.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 219 | 0.13 | 0.01 | 0 | 0.14 | 184.14 | 0.29 | 0.8 |
| Hex | BE | D9 | DB | D | 1 | 0 | E | B8 | 1D | 50 |
| Octal | 276 | 331 | 333 | 15 | 1 | 0 | 16 | 270 | 35 | 120 |
| Binary | 10111110 | 11011001 | 11011011 | 1101 | 1 | 0 | 1110 | 10111000 | 11101 | 1010000 |
Color Harmonies of #BED9DB
Complementary color
Monochromatic Colors of #BED9DB
Black with #BED9DB
Text Example
Text Example
White with #BED9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9DB; }
p { color: rgb(190,217,219); }
H1.HeaderClassName
{
color: #BED9DB;
}
.AnyTagClassName
{
color: #BED9DB;
}
</style>
background-color css
<style>
a { background-color: #BED9DB; }
a { background-color: rgb(190,217,219); }
div.DivClassName
{
background-color: #BED9DB;
}
.BgClassName
{
background-color: #BED9DB;
}
</style>
border-color css
<style>
span { border-color: #BED9DB; }
span { border-color: rgb(190,217,219); }
td.TdClassName
{
border-color: #BED9DB;
}
.TagClassName
{
border-color: #BED9DB;
}
</style>