Shades of Jagged Ice #BAE1DE
Tints of Jagged Ice #BAE1DE
RGB
CMYK
RGB Variations
Color information
#BAE1DE (or 0xBAE1DE) is known color: Jagged Ice. HEX triplet: BA, E1 and DE. RGB value is (186,225,222). Sum of RGB (Red+Green+Blue) = 186+225+222=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1DE is #451E21. Grayscale: #D4D4D4. Windows color (decimal): -4529698 or 14606778. OLE color: 14606778.
HSL color Cylindrical-coordinate representation of color #BAE1DE: hue angle of 175.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1DE is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 222 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.12 |
| HSL | 175.38º | 0.39% | 0.81% | - |
| HSV(B) | 175.38º | 0.17% | 0.88% | - |
| XYZ | 60.36 | 69.56 | 79.35 | - |
| YUV | 213 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 222 | 0.17 | 0 | 0.01 | 0.12 | 175.38 | 0.39 | 0.81 |
| Hex | BA | E1 | DE | 11 | 0 | 1 | C | AF | 27 | 51 |
| Octal | 272 | 341 | 336 | 21 | 0 | 1 | 14 | 257 | 47 | 121 |
| Binary | 10111010 | 11100001 | 11011110 | 10001 | 0 | 1 | 1100 | 10101111 | 100111 | 1010001 |
Color Harmonies of #BAE1DE
Complementary color
Monochromatic Colors of #BAE1DE
Black with #BAE1DE
Text Example
Text Example
White with #BAE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1DE; }
p { color: rgb(186,225,222); }
H1.HeaderClassName
{
color: #BAE1DE;
}
.AnyTagClassName
{
color: #BAE1DE;
}
</style>
background-color css
<style>
a { background-color: #BAE1DE; }
a { background-color: rgb(186,225,222); }
div.DivClassName
{
background-color: #BAE1DE;
}
.BgClassName
{
background-color: #BAE1DE;
}
</style>
border-color css
<style>
span { border-color: #BAE1DE; }
span { border-color: rgb(186,225,222); }
td.TdClassName
{
border-color: #BAE1DE;
}
.TagClassName
{
border-color: #BAE1DE;
}
</style>