Shades of Zumthor #BEDBDB
Tints of Zumthor #BEDBDB
RGB
CMYK
RGB Variations
Color information
#BEDBDB (or 0xBEDBDB) is known color: Zumthor. HEX triplet: BE, DB and DB. RGB value is (190,219,219). Sum of RGB (Red+Green+Blue) = 190+219+219=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #BEDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBDB is #412424. Grayscale: #D2D2D2. Windows color (decimal): -4269093 or 14408638. OLE color: 14408638.
HSL color Cylindrical-coordinate representation of color #BEDBDB: hue angle of 180º 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 #BEDBDB is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 190 | 219 | 219 | - |
CMYK | 0.13 | 0 | 0 | 0.14 |
HSL | 180º | 0.29% | 0.8% | - |
HSV(B) | 180º | 0.13% | 0.86% | - |
XYZ | 59.35 | 66.72 | 76.77 | - |
YUV | 210.33 | 132.89 | 113.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 219 | 219 | 0.13 | 0 | 0 | 0.14 | 180 | 0.29 | 0.8 |
Hex | BE | DB | DB | D | 0 | 0 | E | B4 | 1D | 50 |
Octal | 276 | 333 | 333 | 15 | 0 | 0 | 16 | 264 | 35 | 120 |
Binary | 10111110 | 11011011 | 11011011 | 1101 | 0 | 0 | 1110 | 10110100 | 11101 | 1010000 |
Color Harmonies of #BEDBDB
Complementary color
Monochromatic Colors of #BEDBDB
Black with #BEDBDB
Text Example
Text Example
White with #BEDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDBDB; }
p { color: rgb(190,219,219); }
H1.HeaderClassName
{
color: #BEDBDB;
}
.AnyTagClassName
{
color: #BEDBDB;
}
</style>
background-color css
<style>
a { background-color: #BEDBDB; }
a { background-color: rgb(190,219,219); }
div.DivClassName
{
background-color: #BEDBDB;
}
.BgClassName
{
background-color: #BEDBDB;
}
</style>
border-color css
<style>
span { border-color: #BEDBDB; }
span { border-color: rgb(190,219,219); }
td.TdClassName
{
border-color: #BEDBDB;
}
.TagClassName
{
border-color: #BEDBDB;
}
</style>