Shades of Jagged Ice #BFE7E1
Tints of Jagged Ice #BFE7E1
RGB
CMYK
RGB Variations
Color information
#BFE7E1 (or 0xBFE7E1) is known color: Jagged Ice. HEX triplet: BF, E7 and E1. RGB value is (191,231,225). Sum of RGB (Red+Green+Blue) = 191+231+225=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7E1 is #40181E. Grayscale: #DADADA. Windows color (decimal): -4200479 or 14804927. OLE color: 14804927.
HSL color Cylindrical-coordinate representation of color #BFE7E1: hue angle of 171º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7E1 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 225 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.09 |
| HSL | 171º | 0.45% | 0.83% | - |
| HSV(B) | 171º | 0.17% | 0.91% | - |
| XYZ | 63.65 | 73.66 | 82.1 | - |
| YUV | 218.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 225 | 0.17 | 0 | 0.03 | 0.09 | 171 | 0.45 | 0.83 |
| Hex | BF | E7 | E1 | 11 | 0 | 3 | 9 | AB | 2D | 53 |
| Octal | 277 | 347 | 341 | 21 | 0 | 3 | 11 | 253 | 55 | 123 |
| Binary | 10111111 | 11100111 | 11100001 | 10001 | 0 | 11 | 1001 | 10101011 | 101101 | 1010011 |
Color Harmonies of #BFE7E1
Complementary color
Monochromatic Colors of #BFE7E1
Black with #BFE7E1
Text Example
Text Example
White with #BFE7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7E1; }
p { color: rgb(191,231,225); }
H1.HeaderClassName
{
color: #BFE7E1;
}
.AnyTagClassName
{
color: #BFE7E1;
}
</style>
background-color css
<style>
a { background-color: #BFE7E1; }
a { background-color: rgb(191,231,225); }
div.DivClassName
{
background-color: #BFE7E1;
}
.BgClassName
{
background-color: #BFE7E1;
}
</style>
border-color css
<style>
span { border-color: #BFE7E1; }
span { border-color: rgb(191,231,225); }
td.TdClassName
{
border-color: #BFE7E1;
}
.TagClassName
{
border-color: #BFE7E1;
}
</style>