Shades of Jagged Ice #BCDEDC
Tints of Jagged Ice #BCDEDC
RGB
CMYK
RGB Variations
Color information
#BCDEDC (or 0xBCDEDC) is known color: Jagged Ice. HEX triplet: BC, DE and DC. RGB value is (188,222,220). Sum of RGB (Red+Green+Blue) = 188+222+220=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEDC is #432123. Grayscale: #D3D3D3. Windows color (decimal): -4399396 or 14474940. OLE color: 14474940.
HSL color Cylindrical-coordinate representation of color #BCDEDC: hue angle of 176.47º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDEDC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 220 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.13 |
| HSL | 176.47º | 0.34% | 0.8% | - |
| HSV(B) | 176.47º | 0.15% | 0.87% | - |
| XYZ | 59.78 | 68.1 | 77.7 | - |
| YUV | 211.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 220 | 0.15 | 0 | 0.01 | 0.13 | 176.47 | 0.34 | 0.8 |
| Hex | BC | DE | DC | F | 0 | 1 | D | B0 | 22 | 50 |
| Octal | 274 | 336 | 334 | 17 | 0 | 1 | 15 | 260 | 42 | 120 |
| Binary | 10111100 | 11011110 | 11011100 | 1111 | 0 | 1 | 1101 | 10110000 | 100010 | 1010000 |
Color Harmonies of #BCDEDC
Complementary color
Monochromatic Colors of #BCDEDC
Black with #BCDEDC
Text Example
Text Example
White with #BCDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEDC; }
p { color: rgb(188,222,220); }
H1.HeaderClassName
{
color: #BCDEDC;
}
.AnyTagClassName
{
color: #BCDEDC;
}
</style>
background-color css
<style>
a { background-color: #BCDEDC; }
a { background-color: rgb(188,222,220); }
div.DivClassName
{
background-color: #BCDEDC;
}
.BgClassName
{
background-color: #BCDEDC;
}
</style>
border-color css
<style>
span { border-color: #BCDEDC; }
span { border-color: rgb(188,222,220); }
td.TdClassName
{
border-color: #BCDEDC;
}
.TagClassName
{
border-color: #BCDEDC;
}
</style>