Shades of Jagged Ice #BFF4EC
Tints of Jagged Ice #BFF4EC
RGB
CMYK
RGB Variations
Color information
#BFF4EC (or 0xBFF4EC) is known color: Jagged Ice. HEX triplet: BF, F4 and EC. RGB value is (191,244,236). Sum of RGB (Red+Green+Blue) = 191+244+236=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF4EC is #400B13. Grayscale: #E3E3E3. Windows color (decimal): -4197140 or 15529151. OLE color: 15529151.
HSL color Cylindrical-coordinate representation of color #BFF4EC: hue angle of 170.94º degrees, saturation: 0.71, 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 #BFF4EC is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 236 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.04 |
| HSL | 170.94º | 0.71% | 0.85% | - |
| HSV(B) | 170.94º | 0.22% | 0.96% | - |
| XYZ | 68.98 | 81.83 | 91.52 | - |
| YUV | 227.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 236 | 0.22 | 0 | 0.03 | 0.04 | 170.94 | 0.71 | 0.85 |
| Hex | BF | F4 | EC | 16 | 0 | 3 | 4 | AB | 47 | 55 |
| Octal | 277 | 364 | 354 | 26 | 0 | 3 | 4 | 253 | 107 | 125 |
| Binary | 10111111 | 11110100 | 11101100 | 10110 | 0 | 11 | 100 | 10101011 | 1000111 | 1010101 |
Color Harmonies of #BFF4EC
Complementary color
Monochromatic Colors of #BFF4EC
Black with #BFF4EC
Text Example
Text Example
White with #BFF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF4EC; }
p { color: rgb(191,244,236); }
H1.HeaderClassName
{
color: #BFF4EC;
}
.AnyTagClassName
{
color: #BFF4EC;
}
</style>
background-color css
<style>
a { background-color: #BFF4EC; }
a { background-color: rgb(191,244,236); }
div.DivClassName
{
background-color: #BFF4EC;
}
.BgClassName
{
background-color: #BFF4EC;
}
</style>
border-color css
<style>
span { border-color: #BFF4EC; }
span { border-color: rgb(191,244,236); }
td.TdClassName
{
border-color: #BFF4EC;
}
.TagClassName
{
border-color: #BFF4EC;
}
</style>