Shades of Jagged Ice #BBE4E1
Tints of Jagged Ice #BBE4E1
RGB
CMYK
RGB Variations
Color information
#BBE4E1 (or 0xBBE4E1) is known color: Jagged Ice. HEX triplet: BB, E4 and E1. RGB value is (187,228,225). Sum of RGB (Red+Green+Blue) = 187+228+225=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4E1 is #441B1E. Grayscale: #D7D7D7. Windows color (decimal): -4463391 or 14804155. OLE color: 14804155.
HSL color Cylindrical-coordinate representation of color #BBE4E1: hue angle of 175.61º degrees, saturation: 0.43, 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 #BBE4E1 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 225 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.11 |
| HSL | 175.61º | 0.43% | 0.81% | - |
| HSV(B) | 175.61º | 0.18% | 0.89% | - |
| XYZ | 61.83 | 71.49 | 81.77 | - |
| YUV | 215.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 225 | 0.18 | 0 | 0.01 | 0.11 | 175.61 | 0.43 | 0.81 |
| Hex | BB | E4 | E1 | 12 | 0 | 1 | B | B0 | 2B | 51 |
| Octal | 273 | 344 | 341 | 22 | 0 | 1 | 13 | 260 | 53 | 121 |
| Binary | 10111011 | 11100100 | 11100001 | 10010 | 0 | 1 | 1011 | 10110000 | 101011 | 1010001 |
Color Harmonies of #BBE4E1
Complementary color
Monochromatic Colors of #BBE4E1
Black with #BBE4E1
Text Example
Text Example
White with #BBE4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4E1; }
p { color: rgb(187,228,225); }
H1.HeaderClassName
{
color: #BBE4E1;
}
.AnyTagClassName
{
color: #BBE4E1;
}
</style>
background-color css
<style>
a { background-color: #BBE4E1; }
a { background-color: rgb(187,228,225); }
div.DivClassName
{
background-color: #BBE4E1;
}
.BgClassName
{
background-color: #BBE4E1;
}
</style>
border-color css
<style>
span { border-color: #BBE4E1; }
span { border-color: rgb(187,228,225); }
td.TdClassName
{
border-color: #BBE4E1;
}
.TagClassName
{
border-color: #BBE4E1;
}
</style>