Shades of Jagged Ice #BBE9E5
Tints of Jagged Ice #BBE9E5
RGB
CMYK
RGB Variations
Color information
#BBE9E5 (or 0xBBE9E5) is known color: Jagged Ice. HEX triplet: BB, E9 and E5. RGB value is (187,233,229). Sum of RGB (Red+Green+Blue) = 187+233+229=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9E5 is #44161A. Grayscale: #DADADA. Windows color (decimal): -4462107 or 15067579. OLE color: 15067579.
HSL color Cylindrical-coordinate representation of color #BBE9E5: hue angle of 174.78º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9E5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 229 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.09 |
| HSL | 174.78º | 0.51% | 0.82% | - |
| HSV(B) | 174.78º | 0.2% | 0.91% | - |
| XYZ | 63.78 | 74.5 | 85.15 | - |
| YUV | 218.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 229 | 0.20 | 0 | 0.02 | 0.09 | 174.78 | 0.51 | 0.82 |
| Hex | BB | E9 | E5 | 14 | 0 | 2 | 9 | AF | 33 | 52 |
| Octal | 273 | 351 | 345 | 24 | 0 | 2 | 11 | 257 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11100101 | 10100 | 0 | 10 | 1001 | 10101111 | 110011 | 1010010 |
Color Harmonies of #BBE9E5
Complementary color
Monochromatic Colors of #BBE9E5
Black with #BBE9E5
Text Example
Text Example
White with #BBE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9E5; }
p { color: rgb(187,233,229); }
H1.HeaderClassName
{
color: #BBE9E5;
}
.AnyTagClassName
{
color: #BBE9E5;
}
</style>
background-color css
<style>
a { background-color: #BBE9E5; }
a { background-color: rgb(187,233,229); }
div.DivClassName
{
background-color: #BBE9E5;
}
.BgClassName
{
background-color: #BBE9E5;
}
</style>
border-color css
<style>
span { border-color: #BBE9E5; }
span { border-color: rgb(187,233,229); }
td.TdClassName
{
border-color: #BBE9E5;
}
.TagClassName
{
border-color: #BBE9E5;
}
</style>