Shades of Zumthor #BEDCDC
Tints of Zumthor #BEDCDC
RGB
CMYK
RGB Variations
Color information
#BEDCDC (or 0xBEDCDC) is known color: Zumthor. HEX triplet: BE, DC and DC. RGB value is (190,220,220). Sum of RGB (Red+Green+Blue) = 190+220+220=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #BEDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCDC is #412323. Grayscale: #D2D2D2. Windows color (decimal): -4268836 or 14474430. OLE color: 14474430.
HSL color Cylindrical-coordinate representation of color #BEDCDC: hue angle of 180º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDCDC is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 220 | - |
| CMYK | 0.14 | 0 | 0 | 0.14 |
| HSL | 180º | 0.3% | 0.8% | - |
| HSV(B) | 180º | 0.14% | 0.86% | - |
| XYZ | 59.75 | 67.3 | 77.55 | - |
| YUV | 211.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 220 | 0.14 | 0 | 0 | 0.14 | 180 | 0.3 | 0.8 |
| Hex | BE | DC | DC | E | 0 | 0 | E | B4 | 1E | 50 |
| Octal | 276 | 334 | 334 | 16 | 0 | 0 | 16 | 264 | 36 | 120 |
| Binary | 10111110 | 11011100 | 11011100 | 1110 | 0 | 0 | 1110 | 10110100 | 11110 | 1010000 |
Color Harmonies of #BEDCDC
Complementary color
Monochromatic Colors of #BEDCDC
Black with #BEDCDC
Text Example
Text Example
White with #BEDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDCDC; }
p { color: rgb(190,220,220); }
H1.HeaderClassName
{
color: #BEDCDC;
}
.AnyTagClassName
{
color: #BEDCDC;
}
</style>
background-color css
<style>
a { background-color: #BEDCDC; }
a { background-color: rgb(190,220,220); }
div.DivClassName
{
background-color: #BEDCDC;
}
.BgClassName
{
background-color: #BEDCDC;
}
</style>
border-color css
<style>
span { border-color: #BEDCDC; }
span { border-color: rgb(190,220,220); }
td.TdClassName
{
border-color: #BEDCDC;
}
.TagClassName
{
border-color: #BEDCDC;
}
</style>