Shades of Jagged Ice #BCE4DF
Tints of Jagged Ice #BCE4DF
RGB
CMYK
RGB Variations
Color information
#BCE4DF (or 0xBCE4DF) is known color: Jagged Ice. HEX triplet: BC, E4 and DF. RGB value is (188,228,223). Sum of RGB (Red+Green+Blue) = 188+228+223=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4DF is #431B20. Grayscale: #D7D7D7. Windows color (decimal): -4397857 or 14673084. OLE color: 14673084.
HSL color Cylindrical-coordinate representation of color #BCE4DF: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4DF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 223 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.11 |
| HSL | 172.5º | 0.43% | 0.82% | - |
| HSV(B) | 172.5º | 0.18% | 0.89% | - |
| XYZ | 61.8 | 71.51 | 80.36 | - |
| YUV | 215.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 223 | 0.18 | 0 | 0.02 | 0.11 | 172.5 | 0.43 | 0.82 |
| Hex | BC | E4 | DF | 12 | 0 | 2 | B | AC | 2B | 52 |
| Octal | 274 | 344 | 337 | 22 | 0 | 2 | 13 | 254 | 53 | 122 |
| Binary | 10111100 | 11100100 | 11011111 | 10010 | 0 | 10 | 1011 | 10101100 | 101011 | 1010010 |
Color Harmonies of #BCE4DF
Complementary color
Monochromatic Colors of #BCE4DF
Black with #BCE4DF
Text Example
Text Example
White with #BCE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4DF; }
p { color: rgb(188,228,223); }
H1.HeaderClassName
{
color: #BCE4DF;
}
.AnyTagClassName
{
color: #BCE4DF;
}
</style>
background-color css
<style>
a { background-color: #BCE4DF; }
a { background-color: rgb(188,228,223); }
div.DivClassName
{
background-color: #BCE4DF;
}
.BgClassName
{
background-color: #BCE4DF;
}
</style>
border-color css
<style>
span { border-color: #BCE4DF; }
span { border-color: rgb(188,228,223); }
td.TdClassName
{
border-color: #BCE4DF;
}
.TagClassName
{
border-color: #BCE4DF;
}
</style>