Shades of Jagged Ice #BEEAE6
Tints of Jagged Ice #BEEAE6
RGB
CMYK
RGB Variations
Color information
#BEEAE6 (or 0xBEEAE6) is known color: Jagged Ice. HEX triplet: BE, EA and E6. RGB value is (190,234,230). Sum of RGB (Red+Green+Blue) = 190+234+230=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAE6 is #411519. Grayscale: #DCDCDC. Windows color (decimal): -4265242 or 15133374. OLE color: 15133374.
HSL color Cylindrical-coordinate representation of color #BEEAE6: hue angle of 174.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAE6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 230 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.08 |
| HSL | 174.55º | 0.51% | 0.83% | - |
| HSV(B) | 174.55º | 0.19% | 0.92% | - |
| XYZ | 64.94 | 75.51 | 86.01 | - |
| YUV | 220.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 230 | 0.19 | 0 | 0.02 | 0.08 | 174.55 | 0.51 | 0.83 |
| Hex | BE | EA | E6 | 13 | 0 | 2 | 8 | AF | 33 | 53 |
| Octal | 276 | 352 | 346 | 23 | 0 | 2 | 10 | 257 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11100110 | 10011 | 0 | 10 | 1000 | 10101111 | 110011 | 1010011 |
Color Harmonies of #BEEAE6
Complementary color
Monochromatic Colors of #BEEAE6
Black with #BEEAE6
Text Example
Text Example
White with #BEEAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAE6; }
p { color: rgb(190,234,230); }
H1.HeaderClassName
{
color: #BEEAE6;
}
.AnyTagClassName
{
color: #BEEAE6;
}
</style>
background-color css
<style>
a { background-color: #BEEAE6; }
a { background-color: rgb(190,234,230); }
div.DivClassName
{
background-color: #BEEAE6;
}
.BgClassName
{
background-color: #BEEAE6;
}
</style>
border-color css
<style>
span { border-color: #BEEAE6; }
span { border-color: rgb(190,234,230); }
td.TdClassName
{
border-color: #BEEAE6;
}
.TagClassName
{
border-color: #BEEAE6;
}
</style>