Shades of Jagged Ice #BFE9E2
Tints of Jagged Ice #BFE9E2
RGB
CMYK
RGB Variations
Color information
#BFE9E2 (or 0xBFE9E2) is known color: Jagged Ice. HEX triplet: BF, E9 and E2. RGB value is (191,233,226). Sum of RGB (Red+Green+Blue) = 191+233+226=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9E2 is #40161D. Grayscale: #DBDBDB. Windows color (decimal): -4199966 or 14870975. OLE color: 14870975.
HSL color Cylindrical-coordinate representation of color #BFE9E2: hue angle of 170º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE9E2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 226 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.09 |
| HSL | 170º | 0.49% | 0.83% | - |
| HSV(B) | 170º | 0.18% | 0.91% | - |
| XYZ | 64.35 | 74.85 | 83.01 | - |
| YUV | 219.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 226 | 0.18 | 0 | 0.03 | 0.09 | 170 | 0.49 | 0.83 |
| Hex | BF | E9 | E2 | 12 | 0 | 3 | 9 | AA | 31 | 53 |
| Octal | 277 | 351 | 342 | 22 | 0 | 3 | 11 | 252 | 61 | 123 |
| Binary | 10111111 | 11101001 | 11100010 | 10010 | 0 | 11 | 1001 | 10101010 | 110001 | 1010011 |
Color Harmonies of #BFE9E2
Complementary color
Monochromatic Colors of #BFE9E2
Black with #BFE9E2
Text Example
Text Example
White with #BFE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9E2; }
p { color: rgb(191,233,226); }
H1.HeaderClassName
{
color: #BFE9E2;
}
.AnyTagClassName
{
color: #BFE9E2;
}
</style>
background-color css
<style>
a { background-color: #BFE9E2; }
a { background-color: rgb(191,233,226); }
div.DivClassName
{
background-color: #BFE9E2;
}
.BgClassName
{
background-color: #BFE9E2;
}
</style>
border-color css
<style>
span { border-color: #BFE9E2; }
span { border-color: rgb(191,233,226); }
td.TdClassName
{
border-color: #BFE9E2;
}
.TagClassName
{
border-color: #BFE9E2;
}
</style>