Shades of Jagged Ice #BEDEDC
Tints of Jagged Ice #BEDEDC
RGB
CMYK
RGB Variations
Color information
#BEDEDC (or 0xBEDEDC) is known color: Jagged Ice. HEX triplet: BE, DE and DC. RGB value is (190,222,220). Sum of RGB (Red+Green+Blue) = 190+222+220=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEDC is #412123. Grayscale: #D4D4D4. Windows color (decimal): -4268324 or 14474942. OLE color: 14474942.
HSL color Cylindrical-coordinate representation of color #BEDEDC: hue angle of 176.25º 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 #BEDEDC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 220 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.13 |
| HSL | 176.25º | 0.33% | 0.81% | - |
| HSV(B) | 176.25º | 0.14% | 0.87% | - |
| XYZ | 60.27 | 68.36 | 77.73 | - |
| YUV | 212.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 220 | 0.14 | 0 | 0.01 | 0.13 | 176.25 | 0.33 | 0.81 |
| Hex | BE | DE | DC | E | 0 | 1 | D | B0 | 21 | 51 |
| Octal | 276 | 336 | 334 | 16 | 0 | 1 | 15 | 260 | 41 | 121 |
| Binary | 10111110 | 11011110 | 11011100 | 1110 | 0 | 1 | 1101 | 10110000 | 100001 | 1010001 |
Color Harmonies of #BEDEDC
Complementary color
Monochromatic Colors of #BEDEDC
Black with #BEDEDC
Text Example
Text Example
White with #BEDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDEDC; }
p { color: rgb(190,222,220); }
H1.HeaderClassName
{
color: #BEDEDC;
}
.AnyTagClassName
{
color: #BEDEDC;
}
</style>
background-color css
<style>
a { background-color: #BEDEDC; }
a { background-color: rgb(190,222,220); }
div.DivClassName
{
background-color: #BEDEDC;
}
.BgClassName
{
background-color: #BEDEDC;
}
</style>
border-color css
<style>
span { border-color: #BEDEDC; }
span { border-color: rgb(190,222,220); }
td.TdClassName
{
border-color: #BEDEDC;
}
.TagClassName
{
border-color: #BEDEDC;
}
</style>