Shades of Jagged Ice #BCE6E2
Tints of Jagged Ice #BCE6E2
RGB
CMYK
RGB Variations
Color information
#BCE6E2 (or 0xBCE6E2) is known color: Jagged Ice. HEX triplet: BC, E6 and E2. RGB value is (188,230,226). Sum of RGB (Red+Green+Blue) = 188+230+226=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6E2 is #43191D. Grayscale: #D8D8D8. Windows color (decimal): -4397342 or 14870204. OLE color: 14870204.
HSL color Cylindrical-coordinate representation of color #BCE6E2: hue angle of 174.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6E2 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 226 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.10 |
| HSL | 174.29º | 0.46% | 0.82% | - |
| HSV(B) | 174.29º | 0.18% | 0.9% | - |
| XYZ | 62.76 | 72.78 | 82.69 | - |
| YUV | 216.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 226 | 0.18 | 0 | 0.02 | 0.10 | 174.29 | 0.46 | 0.82 |
| Hex | BC | E6 | E2 | 12 | 0 | 2 | A | AE | 2E | 52 |
| Octal | 274 | 346 | 342 | 22 | 0 | 2 | 12 | 256 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11100010 | 10010 | 0 | 10 | 1010 | 10101110 | 101110 | 1010010 |
Color Harmonies of #BCE6E2
Complementary color
Monochromatic Colors of #BCE6E2
Black with #BCE6E2
Text Example
Text Example
White with #BCE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6E2; }
p { color: rgb(188,230,226); }
H1.HeaderClassName
{
color: #BCE6E2;
}
.AnyTagClassName
{
color: #BCE6E2;
}
</style>
background-color css
<style>
a { background-color: #BCE6E2; }
a { background-color: rgb(188,230,226); }
div.DivClassName
{
background-color: #BCE6E2;
}
.BgClassName
{
background-color: #BCE6E2;
}
</style>
border-color css
<style>
span { border-color: #BCE6E2; }
span { border-color: rgb(188,230,226); }
td.TdClassName
{
border-color: #BCE6E2;
}
.TagClassName
{
border-color: #BCE6E2;
}
</style>