Shades of Jagged Ice #BBE2DE
Tints of Jagged Ice #BBE2DE
RGB
CMYK
RGB Variations
Color information
#BBE2DE (or 0xBBE2DE) is known color: Jagged Ice. HEX triplet: BB, E2 and DE. RGB value is (187,226,222). Sum of RGB (Red+Green+Blue) = 187+226+222=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2DE is #441D21. Grayscale: #D5D5D5. Windows color (decimal): -4463906 or 14607035. OLE color: 14607035.
HSL color Cylindrical-coordinate representation of color #BBE2DE: hue angle of 173.85º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2DE is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 222 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.11 |
| HSL | 173.85º | 0.4% | 0.81% | - |
| HSV(B) | 173.85º | 0.17% | 0.89% | - |
| XYZ | 60.87 | 70.23 | 79.45 | - |
| YUV | 213.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 222 | 0.17 | 0 | 0.02 | 0.11 | 173.85 | 0.4 | 0.81 |
| Hex | BB | E2 | DE | 11 | 0 | 2 | B | AE | 28 | 51 |
| Octal | 273 | 342 | 336 | 21 | 0 | 2 | 13 | 256 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11011110 | 10001 | 0 | 10 | 1011 | 10101110 | 101000 | 1010001 |
Color Harmonies of #BBE2DE
Complementary color
Monochromatic Colors of #BBE2DE
Black with #BBE2DE
Text Example
Text Example
White with #BBE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2DE; }
p { color: rgb(187,226,222); }
H1.HeaderClassName
{
color: #BBE2DE;
}
.AnyTagClassName
{
color: #BBE2DE;
}
</style>
background-color css
<style>
a { background-color: #BBE2DE; }
a { background-color: rgb(187,226,222); }
div.DivClassName
{
background-color: #BBE2DE;
}
.BgClassName
{
background-color: #BBE2DE;
}
</style>
border-color css
<style>
span { border-color: #BBE2DE; }
span { border-color: rgb(187,226,222); }
td.TdClassName
{
border-color: #BBE2DE;
}
.TagClassName
{
border-color: #BBE2DE;
}
</style>