Shades of Jagged Ice #BCE1DF
Tints of Jagged Ice #BCE1DF
RGB
CMYK
RGB Variations
Color information
#BCE1DF (or 0xBCE1DF) is known color: Jagged Ice. HEX triplet: BC, E1 and DF. RGB value is (188,225,223). Sum of RGB (Red+Green+Blue) = 188+225+223=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1DF is #431E20. Grayscale: #D5D5D5. Windows color (decimal): -4398625 or 14672316. OLE color: 14672316.
HSL color Cylindrical-coordinate representation of color #BCE1DF: hue angle of 176.76º 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 #BCE1DF is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 223 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.12 |
| HSL | 176.76º | 0.38% | 0.81% | - |
| HSV(B) | 176.76º | 0.16% | 0.88% | - |
| XYZ | 60.98 | 69.87 | 80.08 | - |
| YUV | 213.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 223 | 0.16 | 0 | 0.01 | 0.12 | 176.76 | 0.38 | 0.81 |
| Hex | BC | E1 | DF | 10 | 0 | 1 | C | B1 | 26 | 51 |
| Octal | 274 | 341 | 337 | 20 | 0 | 1 | 14 | 261 | 46 | 121 |
| Binary | 10111100 | 11100001 | 11011111 | 10000 | 0 | 1 | 1100 | 10110001 | 100110 | 1010001 |
Color Harmonies of #BCE1DF
Complementary color
Monochromatic Colors of #BCE1DF
Black with #BCE1DF
Text Example
Text Example
White with #BCE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1DF; }
p { color: rgb(188,225,223); }
H1.HeaderClassName
{
color: #BCE1DF;
}
.AnyTagClassName
{
color: #BCE1DF;
}
</style>
background-color css
<style>
a { background-color: #BCE1DF; }
a { background-color: rgb(188,225,223); }
div.DivClassName
{
background-color: #BCE1DF;
}
.BgClassName
{
background-color: #BCE1DF;
}
</style>
border-color css
<style>
span { border-color: #BCE1DF; }
span { border-color: rgb(188,225,223); }
td.TdClassName
{
border-color: #BCE1DF;
}
.TagClassName
{
border-color: #BCE1DF;
}
</style>