Shades of Zumthor #BED3D4
Tints of Zumthor #BED3D4
RGB
CMYK
RGB Variations
Color information
#BED3D4 (or 0xBED3D4) is known color: Zumthor. HEX triplet: BE, D3 and D4. RGB value is (190,211,212). Sum of RGB (Red+Green+Blue) = 190+211+212=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 212 - color contains mainly: blue. Hex color #BED3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3D4 is #412C2B. Grayscale: #CCCCCC. Windows color (decimal): -4271148 or 13947838. OLE color: 13947838.
HSL color Cylindrical-coordinate representation of color #BED3D4: hue angle of 182.73º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3D4 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 212 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.17 |
| HSL | 182.73º | 0.2% | 0.79% | - |
| HSV(B) | 182.73º | 0.1% | 0.83% | - |
| XYZ | 56.41 | 62.29 | 71.34 | - |
| YUV | 204.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 212 | 0.10 | 0.00 | 0 | 0.17 | 182.73 | 0.2 | 0.79 |
| Hex | BE | D3 | D4 | A | 0 | 0 | 11 | B7 | 14 | 4F |
| Octal | 276 | 323 | 324 | 12 | 0 | 0 | 21 | 267 | 24 | 117 |
| Binary | 10111110 | 11010011 | 11010100 | 1010 | 0 | 0 | 10001 | 10110111 | 10100 | 1001111 |
Color Harmonies of #BED3D4
Complementary color
Monochromatic Colors of #BED3D4
Black with #BED3D4
Text Example
Text Example
White with #BED3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3D4; }
p { color: rgb(190,211,212); }
H1.HeaderClassName
{
color: #BED3D4;
}
.AnyTagClassName
{
color: #BED3D4;
}
</style>
background-color css
<style>
a { background-color: #BED3D4; }
a { background-color: rgb(190,211,212); }
div.DivClassName
{
background-color: #BED3D4;
}
.BgClassName
{
background-color: #BED3D4;
}
</style>
border-color css
<style>
span { border-color: #BED3D4; }
span { border-color: rgb(190,211,212); }
td.TdClassName
{
border-color: #BED3D4;
}
.TagClassName
{
border-color: #BED3D4;
}
</style>