Shades of Zumthor #BED3D5
Tints of Zumthor #BED3D5
RGB
CMYK
RGB Variations
Color information
#BED3D5 (or 0xBED3D5) is known color: Zumthor. HEX triplet: BE, D3 and D5. RGB value is (190,211,213). Sum of RGB (Red+Green+Blue) = 190+211+213=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: blue. Hex color #BED3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3D5 is #412C2A. Grayscale: #CCCCCC. Windows color (decimal): -4271147 or 14013374. OLE color: 14013374.
HSL color Cylindrical-coordinate representation of color #BED3D5: hue angle of 185.22º degrees, saturation: 0.21, 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 #BED3D5 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 211 | 213 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.16 |
| HSL | 185.22º | 0.21% | 0.79% | - |
| HSV(B) | 185.22º | 0.11% | 0.84% | - |
| XYZ | 56.54 | 62.34 | 72 | - |
| YUV | 204.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 213 | 0.11 | 0.01 | 0 | 0.16 | 185.22 | 0.21 | 0.79 |
| Hex | BE | D3 | D5 | B | 1 | 0 | 10 | B9 | 15 | 4F |
| Octal | 276 | 323 | 325 | 13 | 1 | 0 | 20 | 271 | 25 | 117 |
| Binary | 10111110 | 11010011 | 11010101 | 1011 | 1 | 0 | 10000 | 10111001 | 10101 | 1001111 |
Color Harmonies of #BED3D5
Complementary color
Monochromatic Colors of #BED3D5
Black with #BED3D5
Text Example
Text Example
White with #BED3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3D5; }
p { color: rgb(190,211,213); }
H1.HeaderClassName
{
color: #BED3D5;
}
.AnyTagClassName
{
color: #BED3D5;
}
</style>
background-color css
<style>
a { background-color: #BED3D5; }
a { background-color: rgb(190,211,213); }
div.DivClassName
{
background-color: #BED3D5;
}
.BgClassName
{
background-color: #BED3D5;
}
</style>
border-color css
<style>
span { border-color: #BED3D5; }
span { border-color: rgb(190,211,213); }
td.TdClassName
{
border-color: #BED3D5;
}
.TagClassName
{
border-color: #BED3D5;
}
</style>