Shades of Jagged Ice #BFECE5
Tints of Jagged Ice #BFECE5
RGB
CMYK
RGB Variations
Color information
#BFECE5 (or 0xBFECE5) is known color: Jagged Ice. HEX triplet: BF, EC and E5. RGB value is (191,236,229). Sum of RGB (Red+Green+Blue) = 191+236+229=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECE5 is #40131A. Grayscale: #DDDDDD. Windows color (decimal): -4199195 or 15068351. OLE color: 15068351.
HSL color Cylindrical-coordinate representation of color #BFECE5: hue angle of 170.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECE5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 229 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.07 |
| HSL | 170.67º | 0.54% | 0.84% | - |
| HSV(B) | 170.67º | 0.19% | 0.93% | - |
| XYZ | 65.62 | 76.72 | 85.48 | - |
| YUV | 221.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 229 | 0.19 | 0 | 0.03 | 0.07 | 170.67 | 0.54 | 0.84 |
| Hex | BF | EC | E5 | 13 | 0 | 3 | 7 | AB | 36 | 54 |
| Octal | 277 | 354 | 345 | 23 | 0 | 3 | 7 | 253 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11100101 | 10011 | 0 | 11 | 111 | 10101011 | 110110 | 1010100 |
Color Harmonies of #BFECE5
Complementary color
Monochromatic Colors of #BFECE5
Black with #BFECE5
Text Example
Text Example
White with #BFECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECE5; }
p { color: rgb(191,236,229); }
H1.HeaderClassName
{
color: #BFECE5;
}
.AnyTagClassName
{
color: #BFECE5;
}
</style>
background-color css
<style>
a { background-color: #BFECE5; }
a { background-color: rgb(191,236,229); }
div.DivClassName
{
background-color: #BFECE5;
}
.BgClassName
{
background-color: #BFECE5;
}
</style>
border-color css
<style>
span { border-color: #BFECE5; }
span { border-color: rgb(191,236,229); }
td.TdClassName
{
border-color: #BFECE5;
}
.TagClassName
{
border-color: #BFECE5;
}
</style>