Shades of Jagged Ice #BEDEDB
Tints of Jagged Ice #BEDEDB
RGB
CMYK
RGB Variations
Color information
#BEDEDB (or 0xBEDEDB) is known color: Jagged Ice. HEX triplet: BE, DE and DB. RGB value is (190,222,219). Sum of RGB (Red+Green+Blue) = 190+222+219=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEDB is #412124. Grayscale: #D4D4D4. Windows color (decimal): -4268325 or 14409406. OLE color: 14409406.
HSL color Cylindrical-coordinate representation of color #BEDEDB: hue angle of 174.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDEDB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 219 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.13 |
| HSL | 174.38º | 0.33% | 0.81% | - |
| HSV(B) | 174.38º | 0.14% | 0.87% | - |
| XYZ | 60.14 | 68.3 | 77.03 | - |
| YUV | 212.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 219 | 0.14 | 0 | 0.01 | 0.13 | 174.38 | 0.33 | 0.81 |
| Hex | BE | DE | DB | E | 0 | 1 | D | AE | 21 | 51 |
| Octal | 276 | 336 | 333 | 16 | 0 | 1 | 15 | 256 | 41 | 121 |
| Binary | 10111110 | 11011110 | 11011011 | 1110 | 0 | 1 | 1101 | 10101110 | 100001 | 1010001 |
Color Harmonies of #BEDEDB
Complementary color
Monochromatic Colors of #BEDEDB
Black with #BEDEDB
Text Example
Text Example
White with #BEDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDEDB; }
p { color: rgb(190,222,219); }
H1.HeaderClassName
{
color: #BEDEDB;
}
.AnyTagClassName
{
color: #BEDEDB;
}
</style>
background-color css
<style>
a { background-color: #BEDEDB; }
a { background-color: rgb(190,222,219); }
div.DivClassName
{
background-color: #BEDEDB;
}
.BgClassName
{
background-color: #BEDEDB;
}
</style>
border-color css
<style>
span { border-color: #BEDEDB; }
span { border-color: rgb(190,222,219); }
td.TdClassName
{
border-color: #BEDEDB;
}
.TagClassName
{
border-color: #BEDEDB;
}
</style>