Shades of Jagged Ice #BEDFDB
Tints of Jagged Ice #BEDFDB
RGB
CMYK
RGB Variations
Color information
#BEDFDB (or 0xBEDFDB) is known color: Jagged Ice. HEX triplet: BE, DF and DB. RGB value is (190,223,219). Sum of RGB (Red+Green+Blue) = 190+223+219=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFDB is #412024. Grayscale: #D4D4D4. Windows color (decimal): -4268069 or 14409662. OLE color: 14409662.
HSL color Cylindrical-coordinate representation of color #BEDFDB: hue angle of 172.73º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFDB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 219 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.13 |
| HSL | 172.73º | 0.34% | 0.81% | - |
| HSV(B) | 172.73º | 0.15% | 0.87% | - |
| XYZ | 60.41 | 68.84 | 77.12 | - |
| YUV | 212.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 219 | 0.15 | 0 | 0.02 | 0.13 | 172.73 | 0.34 | 0.81 |
| Hex | BE | DF | DB | F | 0 | 2 | D | AD | 22 | 51 |
| Octal | 276 | 337 | 333 | 17 | 0 | 2 | 15 | 255 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11011011 | 1111 | 0 | 10 | 1101 | 10101101 | 100010 | 1010001 |
Color Harmonies of #BEDFDB
Complementary color
Monochromatic Colors of #BEDFDB
Black with #BEDFDB
Text Example
Text Example
White with #BEDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFDB; }
p { color: rgb(190,223,219); }
H1.HeaderClassName
{
color: #BEDFDB;
}
.AnyTagClassName
{
color: #BEDFDB;
}
</style>
background-color css
<style>
a { background-color: #BEDFDB; }
a { background-color: rgb(190,223,219); }
div.DivClassName
{
background-color: #BEDFDB;
}
.BgClassName
{
background-color: #BEDFDB;
}
</style>
border-color css
<style>
span { border-color: #BEDFDB; }
span { border-color: rgb(190,223,219); }
td.TdClassName
{
border-color: #BEDFDB;
}
.TagClassName
{
border-color: #BEDFDB;
}
</style>