Shades of Jagged Ice #BCE1DE
Tints of Jagged Ice #BCE1DE
RGB
CMYK
RGB Variations
Color information
#BCE1DE (or 0xBCE1DE) is known color: Jagged Ice. HEX triplet: BC, E1 and DE. RGB value is (188,225,222). Sum of RGB (Red+Green+Blue) = 188+225+222=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1DE is #431E21. Grayscale: #D5D5D5. Windows color (decimal): -4398626 or 14606780. OLE color: 14606780.
HSL color Cylindrical-coordinate representation of color #BCE1DE: hue angle of 175.14º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1DE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 222 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.12 |
| HSL | 175.14º | 0.38% | 0.81% | - |
| HSV(B) | 175.14º | 0.16% | 0.88% | - |
| XYZ | 60.85 | 69.82 | 79.38 | - |
| YUV | 213.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 222 | 0.16 | 0 | 0.01 | 0.12 | 175.14 | 0.38 | 0.81 |
| Hex | BC | E1 | DE | 10 | 0 | 1 | C | AF | 26 | 51 |
| Octal | 274 | 341 | 336 | 20 | 0 | 1 | 14 | 257 | 46 | 121 |
| Binary | 10111100 | 11100001 | 11011110 | 10000 | 0 | 1 | 1100 | 10101111 | 100110 | 1010001 |
Color Harmonies of #BCE1DE
Complementary color
Monochromatic Colors of #BCE1DE
Black with #BCE1DE
Text Example
Text Example
White with #BCE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1DE; }
p { color: rgb(188,225,222); }
H1.HeaderClassName
{
color: #BCE1DE;
}
.AnyTagClassName
{
color: #BCE1DE;
}
</style>
background-color css
<style>
a { background-color: #BCE1DE; }
a { background-color: rgb(188,225,222); }
div.DivClassName
{
background-color: #BCE1DE;
}
.BgClassName
{
background-color: #BCE1DE;
}
</style>
border-color css
<style>
span { border-color: #BCE1DE; }
span { border-color: rgb(188,225,222); }
td.TdClassName
{
border-color: #BCE1DE;
}
.TagClassName
{
border-color: #BCE1DE;
}
</style>