Shades of Jagged Ice #BFEFE7
Tints of Jagged Ice #BFEFE7
RGB
CMYK
RGB Variations
Color information
#BFEFE7 (or 0xBFEFE7) is known color: Jagged Ice. HEX triplet: BF, EF and E7. RGB value is (191,239,231). Sum of RGB (Red+Green+Blue) = 191+239+231=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFE7 is #401018. Grayscale: #DFDFDF. Windows color (decimal): -4198425 or 15200191. OLE color: 15200191.
HSL color Cylindrical-coordinate representation of color #BFEFE7: hue angle of 170º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFE7 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 231 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.06 |
| HSL | 170º | 0.6% | 0.84% | - |
| HSV(B) | 170º | 0.2% | 0.94% | - |
| XYZ | 66.78 | 78.58 | 87.25 | - |
| YUV | 223.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 231 | 0.20 | 0 | 0.03 | 0.06 | 170 | 0.6 | 0.84 |
| Hex | BF | EF | E7 | 14 | 0 | 3 | 6 | AA | 3C | 54 |
| Octal | 277 | 357 | 347 | 24 | 0 | 3 | 6 | 252 | 74 | 124 |
| Binary | 10111111 | 11101111 | 11100111 | 10100 | 0 | 11 | 110 | 10101010 | 111100 | 1010100 |
Color Harmonies of #BFEFE7
Complementary color
Monochromatic Colors of #BFEFE7
Black with #BFEFE7
Text Example
Text Example
White with #BFEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFE7; }
p { color: rgb(191,239,231); }
H1.HeaderClassName
{
color: #BFEFE7;
}
.AnyTagClassName
{
color: #BFEFE7;
}
</style>
background-color css
<style>
a { background-color: #BFEFE7; }
a { background-color: rgb(191,239,231); }
div.DivClassName
{
background-color: #BFEFE7;
}
.BgClassName
{
background-color: #BFEFE7;
}
</style>
border-color css
<style>
span { border-color: #BFEFE7; }
span { border-color: rgb(191,239,231); }
td.TdClassName
{
border-color: #BFEFE7;
}
.TagClassName
{
border-color: #BFEFE7;
}
</style>