Shades of Jagged Ice #BBE3DF
Tints of Jagged Ice #BBE3DF
RGB
CMYK
RGB Variations
Color information
#BBE3DF (or 0xBBE3DF) is known color: Jagged Ice. HEX triplet: BB, E3 and DF. RGB value is (187,227,223). Sum of RGB (Red+Green+Blue) = 187+227+223=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3DF is #441C20. Grayscale: #D6D6D6. Windows color (decimal): -4463649 or 14672827. OLE color: 14672827.
HSL color Cylindrical-coordinate representation of color #BBE3DF: hue angle of 174º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE3DF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 223 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.11 |
| HSL | 174º | 0.42% | 0.81% | - |
| HSV(B) | 174º | 0.18% | 0.89% | - |
| XYZ | 61.28 | 70.83 | 80.25 | - |
| YUV | 214.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 223 | 0.18 | 0 | 0.02 | 0.11 | 174 | 0.42 | 0.81 |
| Hex | BB | E3 | DF | 12 | 0 | 2 | B | AE | 2A | 51 |
| Octal | 273 | 343 | 337 | 22 | 0 | 2 | 13 | 256 | 52 | 121 |
| Binary | 10111011 | 11100011 | 11011111 | 10010 | 0 | 10 | 1011 | 10101110 | 101010 | 1010001 |
Color Harmonies of #BBE3DF
Complementary color
Monochromatic Colors of #BBE3DF
Black with #BBE3DF
Text Example
Text Example
White with #BBE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3DF; }
p { color: rgb(187,227,223); }
H1.HeaderClassName
{
color: #BBE3DF;
}
.AnyTagClassName
{
color: #BBE3DF;
}
</style>
background-color css
<style>
a { background-color: #BBE3DF; }
a { background-color: rgb(187,227,223); }
div.DivClassName
{
background-color: #BBE3DF;
}
.BgClassName
{
background-color: #BBE3DF;
}
</style>
border-color css
<style>
span { border-color: #BBE3DF; }
span { border-color: rgb(187,227,223); }
td.TdClassName
{
border-color: #BBE3DF;
}
.TagClassName
{
border-color: #BBE3DF;
}
</style>