Shades of Jagged Ice #BEDEDA
Tints of Jagged Ice #BEDEDA
RGB
CMYK
RGB Variations
Color information
#BEDEDA (or 0xBEDEDA) is known color: Jagged Ice. HEX triplet: BE, DE and DA. RGB value is (190,222,218). Sum of RGB (Red+Green+Blue) = 190+222+218=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEDA is #412125. Grayscale: #D3D3D3. Windows color (decimal): -4268326 or 14343870. OLE color: 14343870.
HSL color Cylindrical-coordinate representation of color #BEDEDA: hue angle of 172.5º 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 #BEDEDA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 218 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.13 |
| HSL | 172.5º | 0.33% | 0.81% | - |
| HSV(B) | 172.5º | 0.14% | 0.87% | - |
| XYZ | 60.01 | 68.25 | 76.34 | - |
| YUV | 211.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 218 | 0.14 | 0 | 0.02 | 0.13 | 172.5 | 0.33 | 0.81 |
| Hex | BE | DE | DA | E | 0 | 2 | D | AC | 21 | 51 |
| Octal | 276 | 336 | 332 | 16 | 0 | 2 | 15 | 254 | 41 | 121 |
| Binary | 10111110 | 11011110 | 11011010 | 1110 | 0 | 10 | 1101 | 10101100 | 100001 | 1010001 |
Color Harmonies of #BEDEDA
Complementary color
Monochromatic Colors of #BEDEDA
Black with #BEDEDA
Text Example
Text Example
White with #BEDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDEDA; }
p { color: rgb(190,222,218); }
H1.HeaderClassName
{
color: #BEDEDA;
}
.AnyTagClassName
{
color: #BEDEDA;
}
</style>
background-color css
<style>
a { background-color: #BEDEDA; }
a { background-color: rgb(190,222,218); }
div.DivClassName
{
background-color: #BEDEDA;
}
.BgClassName
{
background-color: #BEDEDA;
}
</style>
border-color css
<style>
span { border-color: #BEDEDA; }
span { border-color: rgb(190,222,218); }
td.TdClassName
{
border-color: #BEDEDA;
}
.TagClassName
{
border-color: #BEDEDA;
}
</style>