Shades of Jagged Ice #BBE0DD
Tints of Jagged Ice #BBE0DD
RGB
CMYK
RGB Variations
Color information
#BBE0DD (or 0xBBE0DD) is known color: Jagged Ice. HEX triplet: BB, E0 and DD. RGB value is (187,224,221). Sum of RGB (Red+Green+Blue) = 187+224+221=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0DD is #441F22. Grayscale: #D4D4D4. Windows color (decimal): -4464419 or 14540987. OLE color: 14540987.
HSL color Cylindrical-coordinate representation of color #BBE0DD: hue angle of 175.14º degrees, saturation: 0.37, 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 #BBE0DD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 221 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.12 |
| HSL | 175.14º | 0.37% | 0.81% | - |
| HSV(B) | 175.14º | 0.17% | 0.88% | - |
| XYZ | 60.2 | 69.1 | 78.57 | - |
| YUV | 212.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 221 | 0.17 | 0 | 0.01 | 0.12 | 175.14 | 0.37 | 0.81 |
| Hex | BB | E0 | DD | 11 | 0 | 1 | C | AF | 25 | 51 |
| Octal | 273 | 340 | 335 | 21 | 0 | 1 | 14 | 257 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11011101 | 10001 | 0 | 1 | 1100 | 10101111 | 100101 | 1010001 |
Color Harmonies of #BBE0DD
Complementary color
Monochromatic Colors of #BBE0DD
Black with #BBE0DD
Text Example
Text Example
White with #BBE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0DD; }
p { color: rgb(187,224,221); }
H1.HeaderClassName
{
color: #BBE0DD;
}
.AnyTagClassName
{
color: #BBE0DD;
}
</style>
background-color css
<style>
a { background-color: #BBE0DD; }
a { background-color: rgb(187,224,221); }
div.DivClassName
{
background-color: #BBE0DD;
}
.BgClassName
{
background-color: #BBE0DD;
}
</style>
border-color css
<style>
span { border-color: #BBE0DD; }
span { border-color: rgb(187,224,221); }
td.TdClassName
{
border-color: #BBE0DD;
}
.TagClassName
{
border-color: #BBE0DD;
}
</style>