Shades of Jagged Ice #BBE6E2
Tints of Jagged Ice #BBE6E2
RGB
CMYK
RGB Variations
Color information
#BBE6E2 (or 0xBBE6E2) is known color: Jagged Ice. HEX triplet: BB, E6 and E2. RGB value is (187,230,226). Sum of RGB (Red+Green+Blue) = 187+230+226=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6E2 is #44191D. Grayscale: #D8D8D8. Windows color (decimal): -4462878 or 14870203. OLE color: 14870203.
HSL color Cylindrical-coordinate representation of color #BBE6E2: hue angle of 174.42º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE6E2 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 226 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.10 |
| HSL | 174.42º | 0.46% | 0.82% | - |
| HSV(B) | 174.42º | 0.19% | 0.9% | - |
| XYZ | 62.52 | 72.65 | 82.68 | - |
| YUV | 216.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 226 | 0.19 | 0 | 0.02 | 0.10 | 174.42 | 0.46 | 0.82 |
| Hex | BB | E6 | E2 | 13 | 0 | 2 | A | AE | 2E | 52 |
| Octal | 273 | 346 | 342 | 23 | 0 | 2 | 12 | 256 | 56 | 122 |
| Binary | 10111011 | 11100110 | 11100010 | 10011 | 0 | 10 | 1010 | 10101110 | 101110 | 1010010 |
Color Harmonies of #BBE6E2
Complementary color
Monochromatic Colors of #BBE6E2
Black with #BBE6E2
Text Example
Text Example
White with #BBE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6E2; }
p { color: rgb(187,230,226); }
H1.HeaderClassName
{
color: #BBE6E2;
}
.AnyTagClassName
{
color: #BBE6E2;
}
</style>
background-color css
<style>
a { background-color: #BBE6E2; }
a { background-color: rgb(187,230,226); }
div.DivClassName
{
background-color: #BBE6E2;
}
.BgClassName
{
background-color: #BBE6E2;
}
</style>
border-color css
<style>
span { border-color: #BBE6E2; }
span { border-color: rgb(187,230,226); }
td.TdClassName
{
border-color: #BBE6E2;
}
.TagClassName
{
border-color: #BBE6E2;
}
</style>