Shades of Zumthor #BEDBDA
Tints of Zumthor #BEDBDA
RGB
CMYK
RGB Variations
Color information
#BEDBDA (or 0xBEDBDA) is known color: Zumthor. HEX triplet: BE, DB and DA. RGB value is (190,219,218). Sum of RGB (Red+Green+Blue) = 190+219+218=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBDA is #412425. Grayscale: #D2D2D2. Windows color (decimal): -4269094 or 14343102. OLE color: 14343102.
HSL color Cylindrical-coordinate representation of color #BEDBDA: hue angle of 177.93º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEDBDA is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 218 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.14 |
| HSL | 177.93º | 0.29% | 0.8% | - |
| HSV(B) | 177.93º | 0.13% | 0.86% | - |
| XYZ | 59.22 | 66.67 | 76.08 | - |
| YUV | 210.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 218 | 0.13 | 0 | 0.00 | 0.14 | 177.93 | 0.29 | 0.8 |
| Hex | BE | DB | DA | D | 0 | 0 | E | B2 | 1D | 50 |
| Octal | 276 | 333 | 332 | 15 | 0 | 0 | 16 | 262 | 35 | 120 |
| Binary | 10111110 | 11011011 | 11011010 | 1101 | 0 | 0 | 1110 | 10110010 | 11101 | 1010000 |
Color Harmonies of #BEDBDA
Complementary color
Monochromatic Colors of #BEDBDA
Black with #BEDBDA
Text Example
Text Example
White with #BEDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDBDA; }
p { color: rgb(190,219,218); }
H1.HeaderClassName
{
color: #BEDBDA;
}
.AnyTagClassName
{
color: #BEDBDA;
}
</style>
background-color css
<style>
a { background-color: #BEDBDA; }
a { background-color: rgb(190,219,218); }
div.DivClassName
{
background-color: #BEDBDA;
}
.BgClassName
{
background-color: #BEDBDA;
}
</style>
border-color css
<style>
span { border-color: #BEDBDA; }
span { border-color: rgb(190,219,218); }
td.TdClassName
{
border-color: #BEDBDA;
}
.TagClassName
{
border-color: #BEDBDA;
}
</style>