Shades of Jagged Ice #BFEEE8
Tints of Jagged Ice #BFEEE8
RGB
CMYK
RGB Variations
Color information
#BFEEE8 (or 0xBFEEE8) is known color: Jagged Ice. HEX triplet: BF, EE and E8. RGB value is (191,238,232). Sum of RGB (Red+Green+Blue) = 191+238+232=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEE8 is #401117. Grayscale: #DFDFDF. Windows color (decimal): -4198680 or 15265471. OLE color: 15265471.
HSL color Cylindrical-coordinate representation of color #BFEEE8: hue angle of 172.34º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEE8 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 232 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.07 |
| HSL | 172.34º | 0.58% | 0.84% | - |
| HSV(B) | 172.34º | 0.2% | 0.93% | - |
| XYZ | 66.63 | 78.05 | 87.9 | - |
| YUV | 223.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 232 | 0.20 | 0 | 0.03 | 0.07 | 172.34 | 0.58 | 0.84 |
| Hex | BF | EE | E8 | 14 | 0 | 3 | 7 | AC | 3A | 54 |
| Octal | 277 | 356 | 350 | 24 | 0 | 3 | 7 | 254 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11101000 | 10100 | 0 | 11 | 111 | 10101100 | 111010 | 1010100 |
Color Harmonies of #BFEEE8
Complementary color
Monochromatic Colors of #BFEEE8
Black with #BFEEE8
Text Example
Text Example
White with #BFEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEE8; }
p { color: rgb(191,238,232); }
H1.HeaderClassName
{
color: #BFEEE8;
}
.AnyTagClassName
{
color: #BFEEE8;
}
</style>
background-color css
<style>
a { background-color: #BFEEE8; }
a { background-color: rgb(191,238,232); }
div.DivClassName
{
background-color: #BFEEE8;
}
.BgClassName
{
background-color: #BFEEE8;
}
</style>
border-color css
<style>
span { border-color: #BFEEE8; }
span { border-color: rgb(191,238,232); }
td.TdClassName
{
border-color: #BFEEE8;
}
.TagClassName
{
border-color: #BFEEE8;
}
</style>