Shades of Jagged Ice #BEEEE8
Tints of Jagged Ice #BEEEE8
RGB
CMYK
RGB Variations
Color information
#BEEEE8 (or 0xBEEEE8) is known color: Jagged Ice. HEX triplet: BE, EE and E8. RGB value is (190,238,232). Sum of RGB (Red+Green+Blue) = 190+238+232=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEE8 is #411117. Grayscale: #DEDEDE. Windows color (decimal): -4264216 or 15265470. OLE color: 15265470.
HSL color Cylindrical-coordinate representation of color #BEEEE8: hue angle of 172.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEE8 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 232 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.07 |
| HSL | 172.5º | 0.59% | 0.84% | - |
| HSV(B) | 172.5º | 0.2% | 0.93% | - |
| XYZ | 66.38 | 77.92 | 87.89 | - |
| YUV | 222.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 232 | 0.20 | 0 | 0.03 | 0.07 | 172.5 | 0.59 | 0.84 |
| Hex | BE | EE | E8 | 14 | 0 | 3 | 7 | AC | 3B | 54 |
| Octal | 276 | 356 | 350 | 24 | 0 | 3 | 7 | 254 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11101000 | 10100 | 0 | 11 | 111 | 10101100 | 111011 | 1010100 |
Color Harmonies of #BEEEE8
Complementary color
Monochromatic Colors of #BEEEE8
Black with #BEEEE8
Text Example
Text Example
White with #BEEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEE8; }
p { color: rgb(190,238,232); }
H1.HeaderClassName
{
color: #BEEEE8;
}
.AnyTagClassName
{
color: #BEEEE8;
}
</style>
background-color css
<style>
a { background-color: #BEEEE8; }
a { background-color: rgb(190,238,232); }
div.DivClassName
{
background-color: #BEEEE8;
}
.BgClassName
{
background-color: #BEEEE8;
}
</style>
border-color css
<style>
span { border-color: #BEEEE8; }
span { border-color: rgb(190,238,232); }
td.TdClassName
{
border-color: #BEEEE8;
}
.TagClassName
{
border-color: #BEEEE8;
}
</style>