Shades of Jagged Ice #BBE1DE
Tints of Jagged Ice #BBE1DE
RGB
CMYK
RGB Variations
Color information
#BBE1DE (or 0xBBE1DE) is known color: Jagged Ice. HEX triplet: BB, E1 and DE. RGB value is (187,225,222). Sum of RGB (Red+Green+Blue) = 187+225+222=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1DE is #441E21. Grayscale: #D5D5D5. Windows color (decimal): -4464162 or 14606779. OLE color: 14606779.
HSL color Cylindrical-coordinate representation of color #BBE1DE: hue angle of 175.26º degrees, saturation: 0.39, 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 #BBE1DE is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 222 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.12 |
| HSL | 175.26º | 0.39% | 0.81% | - |
| HSV(B) | 175.26º | 0.17% | 0.88% | - |
| XYZ | 60.6 | 69.69 | 79.36 | - |
| YUV | 213.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 222 | 0.17 | 0 | 0.01 | 0.12 | 175.26 | 0.39 | 0.81 |
| Hex | BB | E1 | DE | 11 | 0 | 1 | C | AF | 27 | 51 |
| Octal | 273 | 341 | 336 | 21 | 0 | 1 | 14 | 257 | 47 | 121 |
| Binary | 10111011 | 11100001 | 11011110 | 10001 | 0 | 1 | 1100 | 10101111 | 100111 | 1010001 |
Color Harmonies of #BBE1DE
Complementary color
Monochromatic Colors of #BBE1DE
Black with #BBE1DE
Text Example
Text Example
White with #BBE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1DE; }
p { color: rgb(187,225,222); }
H1.HeaderClassName
{
color: #BBE1DE;
}
.AnyTagClassName
{
color: #BBE1DE;
}
</style>
background-color css
<style>
a { background-color: #BBE1DE; }
a { background-color: rgb(187,225,222); }
div.DivClassName
{
background-color: #BBE1DE;
}
.BgClassName
{
background-color: #BBE1DE;
}
</style>
border-color css
<style>
span { border-color: #BBE1DE; }
span { border-color: rgb(187,225,222); }
td.TdClassName
{
border-color: #BBE1DE;
}
.TagClassName
{
border-color: #BBE1DE;
}
</style>