Shades of Jagged Ice #BFF5EC
Tints of Jagged Ice #BFF5EC
RGB
CMYK
RGB Variations
Color information
#BFF5EC (or 0xBFF5EC) is known color: Jagged Ice. HEX triplet: BF, F5 and EC. RGB value is (191,245,236). Sum of RGB (Red+Green+Blue) = 191+245+236=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5EC is #400A13. Grayscale: #E3E3E3. Windows color (decimal): -4196884 or 15529407. OLE color: 15529407.
HSL color Cylindrical-coordinate representation of color #BFF5EC: hue angle of 170º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5EC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 236 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.04 |
| HSL | 170º | 0.73% | 0.85% | - |
| HSV(B) | 170º | 0.22% | 0.96% | - |
| XYZ | 69.28 | 82.44 | 91.62 | - |
| YUV | 227.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 236 | 0.22 | 0 | 0.04 | 0.04 | 170 | 0.73 | 0.85 |
| Hex | BF | F5 | EC | 16 | 0 | 4 | 4 | AA | 49 | 55 |
| Octal | 277 | 365 | 354 | 26 | 0 | 4 | 4 | 252 | 111 | 125 |
| Binary | 10111111 | 11110101 | 11101100 | 10110 | 0 | 100 | 100 | 10101010 | 1001001 | 1010101 |
Color Harmonies of #BFF5EC
Complementary color
Monochromatic Colors of #BFF5EC
Black with #BFF5EC
Text Example
Text Example
White with #BFF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5EC; }
p { color: rgb(191,245,236); }
H1.HeaderClassName
{
color: #BFF5EC;
}
.AnyTagClassName
{
color: #BFF5EC;
}
</style>
background-color css
<style>
a { background-color: #BFF5EC; }
a { background-color: rgb(191,245,236); }
div.DivClassName
{
background-color: #BFF5EC;
}
.BgClassName
{
background-color: #BFF5EC;
}
</style>
border-color css
<style>
span { border-color: #BFF5EC; }
span { border-color: rgb(191,245,236); }
td.TdClassName
{
border-color: #BFF5EC;
}
.TagClassName
{
border-color: #BFF5EC;
}
</style>