Shades of Jagged Ice #BCDEDB
Tints of Jagged Ice #BCDEDB
RGB
CMYK
RGB Variations
Color information
#BCDEDB (or 0xBCDEDB) is known color: Jagged Ice. HEX triplet: BC, DE and DB. RGB value is (188,222,219). Sum of RGB (Red+Green+Blue) = 188+222+219=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEDB is #432124. Grayscale: #D3D3D3. Windows color (decimal): -4399397 or 14409404. OLE color: 14409404.
HSL color Cylindrical-coordinate representation of color #BCDEDB: hue angle of 174.71º 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 #BCDEDB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 219 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.13 |
| HSL | 174.71º | 0.34% | 0.8% | - |
| HSV(B) | 174.71º | 0.15% | 0.87% | - |
| XYZ | 59.65 | 68.05 | 77.01 | - |
| YUV | 211.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 219 | 0.15 | 0 | 0.01 | 0.13 | 174.71 | 0.34 | 0.8 |
| Hex | BC | DE | DB | F | 0 | 1 | D | AF | 22 | 50 |
| Octal | 274 | 336 | 333 | 17 | 0 | 1 | 15 | 257 | 42 | 120 |
| Binary | 10111100 | 11011110 | 11011011 | 1111 | 0 | 1 | 1101 | 10101111 | 100010 | 1010000 |
Color Harmonies of #BCDEDB
Complementary color
Monochromatic Colors of #BCDEDB
Black with #BCDEDB
Text Example
Text Example
White with #BCDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEDB; }
p { color: rgb(188,222,219); }
H1.HeaderClassName
{
color: #BCDEDB;
}
.AnyTagClassName
{
color: #BCDEDB;
}
</style>
background-color css
<style>
a { background-color: #BCDEDB; }
a { background-color: rgb(188,222,219); }
div.DivClassName
{
background-color: #BCDEDB;
}
.BgClassName
{
background-color: #BCDEDB;
}
</style>
border-color css
<style>
span { border-color: #BCDEDB; }
span { border-color: rgb(188,222,219); }
td.TdClassName
{
border-color: #BCDEDB;
}
.TagClassName
{
border-color: #BCDEDB;
}
</style>