Shades of Zumthor #BED6D4
Tints of Zumthor #BED6D4
RGB
CMYK
RGB Variations
Color information
#BED6D4 (or 0xBED6D4) is known color: Zumthor. HEX triplet: BE, D6 and D4. RGB value is (190,214,212). Sum of RGB (Red+Green+Blue) = 190+214+212=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6D4 is #41292B. Grayscale: #CECECE. Windows color (decimal): -4270380 or 13948606. OLE color: 13948606.
HSL color Cylindrical-coordinate representation of color #BED6D4: hue angle of 175º 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 #BED6D4 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 212 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.16 |
| HSL | 175º | 0.23% | 0.79% | - |
| HSV(B) | 175º | 0.11% | 0.84% | - |
| XYZ | 57.17 | 63.79 | 71.59 | - |
| YUV | 206.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 212 | 0.11 | 0 | 0.01 | 0.16 | 175 | 0.23 | 0.79 |
| Hex | BE | D6 | D4 | B | 0 | 1 | 10 | AF | 17 | 4F |
| Octal | 276 | 326 | 324 | 13 | 0 | 1 | 20 | 257 | 27 | 117 |
| Binary | 10111110 | 11010110 | 11010100 | 1011 | 0 | 1 | 10000 | 10101111 | 10111 | 1001111 |
Color Harmonies of #BED6D4
Complementary color
Monochromatic Colors of #BED6D4
Black with #BED6D4
Text Example
Text Example
White with #BED6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6D4; }
p { color: rgb(190,214,212); }
H1.HeaderClassName
{
color: #BED6D4;
}
.AnyTagClassName
{
color: #BED6D4;
}
</style>
background-color css
<style>
a { background-color: #BED6D4; }
a { background-color: rgb(190,214,212); }
div.DivClassName
{
background-color: #BED6D4;
}
.BgClassName
{
background-color: #BED6D4;
}
</style>
border-color css
<style>
span { border-color: #BED6D4; }
span { border-color: rgb(190,214,212); }
td.TdClassName
{
border-color: #BED6D4;
}
.TagClassName
{
border-color: #BED6D4;
}
</style>