Shades of Zumthor #BED2D5
Tints of Zumthor #BED2D5
RGB
CMYK
RGB Variations
Color information
#BED2D5 (or 0xBED2D5) is known color: Zumthor. HEX triplet: BE, D2 and D5. RGB value is (190,210,213). Sum of RGB (Red+Green+Blue) = 190+210+213=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 213 - color contains mainly: blue. Hex color #BED2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2D5 is #412D2A. Grayscale: #CCCCCC. Windows color (decimal): -4271403 or 14013118. OLE color: 14013118.
HSL color Cylindrical-coordinate representation of color #BED2D5: hue angle of 187.83º 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 #BED2D5 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 190 | 210 | 213 | - |
CMYK | 0.11 | 0.01 | 0 | 0.16 |
HSL | 187.83º | 0.21% | 0.79% | - |
HSV(B) | 187.83º | 0.11% | 0.84% | - |
XYZ | 56.29 | 61.84 | 71.92 | - |
YUV | 204.36 | 132.87 | 117.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 210 | 213 | 0.11 | 0.01 | 0 | 0.16 | 187.83 | 0.21 | 0.79 |
Hex | BE | D2 | D5 | B | 1 | 0 | 10 | BC | 15 | 4F |
Octal | 276 | 322 | 325 | 13 | 1 | 0 | 20 | 274 | 25 | 117 |
Binary | 10111110 | 11010010 | 11010101 | 1011 | 1 | 0 | 10000 | 10111100 | 10101 | 1001111 |
Color Harmonies of #BED2D5
Complementary color
Monochromatic Colors of #BED2D5
Black with #BED2D5
Text Example
Text Example
White with #BED2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2D5; }
p { color: rgb(190,210,213); }
H1.HeaderClassName
{
color: #BED2D5;
}
.AnyTagClassName
{
color: #BED2D5;
}
</style>
background-color css
<style>
a { background-color: #BED2D5; }
a { background-color: rgb(190,210,213); }
div.DivClassName
{
background-color: #BED2D5;
}
.BgClassName
{
background-color: #BED2D5;
}
</style>
border-color css
<style>
span { border-color: #BED2D5; }
span { border-color: rgb(190,210,213); }
td.TdClassName
{
border-color: #BED2D5;
}
.TagClassName
{
border-color: #BED2D5;
}
</style>