Shades of Jagged Ice #BCE3DF
Tints of Jagged Ice #BCE3DF
RGB
CMYK
RGB Variations
Color information
#BCE3DF (or 0xBCE3DF) is known color: Jagged Ice. HEX triplet: BC, E3 and DF. RGB value is (188,227,223). Sum of RGB (Red+Green+Blue) = 188+227+223=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3DF is #431C20. Grayscale: #D6D6D6. Windows color (decimal): -4398113 or 14672828. OLE color: 14672828.
HSL color Cylindrical-coordinate representation of color #BCE3DF: hue angle of 173.85º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3DF is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 223 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.11 |
| HSL | 173.85º | 0.41% | 0.81% | - |
| HSV(B) | 173.85º | 0.17% | 0.89% | - |
| XYZ | 61.53 | 70.96 | 80.27 | - |
| YUV | 214.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 223 | 0.17 | 0 | 0.02 | 0.11 | 173.85 | 0.41 | 0.81 |
| Hex | BC | E3 | DF | 11 | 0 | 2 | B | AE | 29 | 51 |
| Octal | 274 | 343 | 337 | 21 | 0 | 2 | 13 | 256 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11011111 | 10001 | 0 | 10 | 1011 | 10101110 | 101001 | 1010001 |
Color Harmonies of #BCE3DF
Complementary color
Monochromatic Colors of #BCE3DF
Black with #BCE3DF
Text Example
Text Example
White with #BCE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3DF; }
p { color: rgb(188,227,223); }
H1.HeaderClassName
{
color: #BCE3DF;
}
.AnyTagClassName
{
color: #BCE3DF;
}
</style>
background-color css
<style>
a { background-color: #BCE3DF; }
a { background-color: rgb(188,227,223); }
div.DivClassName
{
background-color: #BCE3DF;
}
.BgClassName
{
background-color: #BCE3DF;
}
</style>
border-color css
<style>
span { border-color: #BCE3DF; }
span { border-color: rgb(188,227,223); }
td.TdClassName
{
border-color: #BCE3DF;
}
.TagClassName
{
border-color: #BCE3DF;
}
</style>