Shades of Jagged Ice #BFE8E2
Tints of Jagged Ice #BFE8E2
RGB
CMYK
RGB Variations
Color information
#BFE8E2 (or 0xBFE8E2) is known color: Jagged Ice. HEX triplet: BF, E8 and E2. RGB value is (191,232,226). Sum of RGB (Red+Green+Blue) = 191+232+226=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8E2 is #40171D. Grayscale: #DBDBDB. Windows color (decimal): -4200222 or 14870719. OLE color: 14870719.
HSL color Cylindrical-coordinate representation of color #BFE8E2: hue angle of 171.22º degrees, saturation: 0.47, 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 #BFE8E2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 226 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.09 |
| HSL | 171.22º | 0.47% | 0.83% | - |
| HSV(B) | 171.22º | 0.18% | 0.91% | - |
| XYZ | 64.07 | 74.28 | 82.91 | - |
| YUV | 219.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 226 | 0.18 | 0 | 0.03 | 0.09 | 171.22 | 0.47 | 0.83 |
| Hex | BF | E8 | E2 | 12 | 0 | 3 | 9 | AB | 2F | 53 |
| Octal | 277 | 350 | 342 | 22 | 0 | 3 | 11 | 253 | 57 | 123 |
| Binary | 10111111 | 11101000 | 11100010 | 10010 | 0 | 11 | 1001 | 10101011 | 101111 | 1010011 |
Color Harmonies of #BFE8E2
Complementary color
Monochromatic Colors of #BFE8E2
Black with #BFE8E2
Text Example
Text Example
White with #BFE8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8E2; }
p { color: rgb(191,232,226); }
H1.HeaderClassName
{
color: #BFE8E2;
}
.AnyTagClassName
{
color: #BFE8E2;
}
</style>
background-color css
<style>
a { background-color: #BFE8E2; }
a { background-color: rgb(191,232,226); }
div.DivClassName
{
background-color: #BFE8E2;
}
.BgClassName
{
background-color: #BFE8E2;
}
</style>
border-color css
<style>
span { border-color: #BFE8E2; }
span { border-color: rgb(191,232,226); }
td.TdClassName
{
border-color: #BFE8E2;
}
.TagClassName
{
border-color: #BFE8E2;
}
</style>