Shades of Jagged Ice #BAE2DF
Tints of Jagged Ice #BAE2DF
RGB
CMYK
RGB Variations
Color information
#BAE2DF (or 0xBAE2DF) is known color: Jagged Ice. HEX triplet: BA, E2 and DF. RGB value is (186,226,223). Sum of RGB (Red+Green+Blue) = 186+226+223=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DF is #451D20. Grayscale: #D5D5D5. Windows color (decimal): -4529441 or 14672570. OLE color: 14672570.
HSL color Cylindrical-coordinate representation of color #BAE2DF: hue angle of 175.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE2DF is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 223 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.11 |
| HSL | 175.5º | 0.41% | 0.81% | - |
| HSV(B) | 175.5º | 0.18% | 0.89% | - |
| XYZ | 60.77 | 70.16 | 80.15 | - |
| YUV | 213.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 223 | 0.18 | 0 | 0.01 | 0.11 | 175.5 | 0.41 | 0.81 |
| Hex | BA | E2 | DF | 12 | 0 | 1 | B | B0 | 29 | 51 |
| Octal | 272 | 342 | 337 | 22 | 0 | 1 | 13 | 260 | 51 | 121 |
| Binary | 10111010 | 11100010 | 11011111 | 10010 | 0 | 1 | 1011 | 10110000 | 101001 | 1010001 |
Color Harmonies of #BAE2DF
Complementary color
Monochromatic Colors of #BAE2DF
Black with #BAE2DF
Text Example
Text Example
White with #BAE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2DF; }
p { color: rgb(186,226,223); }
H1.HeaderClassName
{
color: #BAE2DF;
}
.AnyTagClassName
{
color: #BAE2DF;
}
</style>
background-color css
<style>
a { background-color: #BAE2DF; }
a { background-color: rgb(186,226,223); }
div.DivClassName
{
background-color: #BAE2DF;
}
.BgClassName
{
background-color: #BAE2DF;
}
</style>
border-color css
<style>
span { border-color: #BAE2DF; }
span { border-color: rgb(186,226,223); }
td.TdClassName
{
border-color: #BAE2DF;
}
.TagClassName
{
border-color: #BAE2DF;
}
</style>