Shades of Jagged Ice #BAE6E3
Tints of Jagged Ice #BAE6E3
RGB
CMYK
RGB Variations
Color information
#BAE6E3 (or 0xBAE6E3) is known color: Jagged Ice. HEX triplet: BA, E6 and E3. RGB value is (186,230,227). Sum of RGB (Red+Green+Blue) = 186+230+227=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6E3 is #45191C. Grayscale: #D8D8D8. Windows color (decimal): -4528413 or 14935738. OLE color: 14935738.
HSL color Cylindrical-coordinate representation of color #BAE6E3: hue angle of 175.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6E3 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 227 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.10 |
| HSL | 175.91º | 0.47% | 0.82% | - |
| HSV(B) | 175.91º | 0.19% | 0.9% | - |
| XYZ | 62.41 | 72.58 | 83.39 | - |
| YUV | 216.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 227 | 0.19 | 0 | 0.01 | 0.10 | 175.91 | 0.47 | 0.82 |
| Hex | BA | E6 | E3 | 13 | 0 | 1 | A | B0 | 2F | 52 |
| Octal | 272 | 346 | 343 | 23 | 0 | 1 | 12 | 260 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11100011 | 10011 | 0 | 1 | 1010 | 10110000 | 101111 | 1010010 |
Color Harmonies of #BAE6E3
Complementary color
Monochromatic Colors of #BAE6E3
Black with #BAE6E3
Text Example
Text Example
White with #BAE6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6E3; }
p { color: rgb(186,230,227); }
H1.HeaderClassName
{
color: #BAE6E3;
}
.AnyTagClassName
{
color: #BAE6E3;
}
</style>
background-color css
<style>
a { background-color: #BAE6E3; }
a { background-color: rgb(186,230,227); }
div.DivClassName
{
background-color: #BAE6E3;
}
.BgClassName
{
background-color: #BAE6E3;
}
</style>
border-color css
<style>
span { border-color: #BAE6E3; }
span { border-color: rgb(186,230,227); }
td.TdClassName
{
border-color: #BAE6E3;
}
.TagClassName
{
border-color: #BAE6E3;
}
</style>