Shades of Zumthor #BED1D6
Tints of Zumthor #BED1D6
RGB
CMYK
RGB Variations
Color information
#BED1D6 (or 0xBED1D6) is known color: Zumthor. HEX triplet: BE, D1 and D6. RGB value is (190,209,214). Sum of RGB (Red+Green+Blue) = 190+209+214=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #BED1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1D6 is #412E29. Grayscale: #CBCBCB. Windows color (decimal): -4271658 or 14078398. OLE color: 14078398.
HSL color Cylindrical-coordinate representation of color #BED1D6: hue angle of 192.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED1D6 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 209 | 214 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.16 |
| HSL | 192.5º | 0.23% | 0.79% | - |
| HSV(B) | 192.5º | 0.11% | 0.84% | - |
| XYZ | 56.17 | 61.4 | 72.51 | - |
| YUV | 203.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 214 | 0.11 | 0.02 | 0 | 0.16 | 192.5 | 0.23 | 0.79 |
| Hex | BE | D1 | D6 | B | 2 | 0 | 10 | C0 | 17 | 4F |
| Octal | 276 | 321 | 326 | 13 | 2 | 0 | 20 | 300 | 27 | 117 |
| Binary | 10111110 | 11010001 | 11010110 | 1011 | 10 | 0 | 10000 | 11000000 | 10111 | 1001111 |
Color Harmonies of #BED1D6
Complementary color
Monochromatic Colors of #BED1D6
Black with #BED1D6
Text Example
Text Example
White with #BED1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1D6; }
p { color: rgb(190,209,214); }
H1.HeaderClassName
{
color: #BED1D6;
}
.AnyTagClassName
{
color: #BED1D6;
}
</style>
background-color css
<style>
a { background-color: #BED1D6; }
a { background-color: rgb(190,209,214); }
div.DivClassName
{
background-color: #BED1D6;
}
.BgClassName
{
background-color: #BED1D6;
}
</style>
border-color css
<style>
span { border-color: #BED1D6; }
span { border-color: rgb(190,209,214); }
td.TdClassName
{
border-color: #BED1D6;
}
.TagClassName
{
border-color: #BED1D6;
}
</style>