Shades of Jagged Ice #BFF2EB
Tints of Jagged Ice #BFF2EB
RGB
CMYK
RGB Variations
Color information
#BFF2EB (or 0xBFF2EB) is known color: Jagged Ice. HEX triplet: BF, F2 and EB. RGB value is (191,242,235). Sum of RGB (Red+Green+Blue) = 191+242+235=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2EB is #400D14. Grayscale: #E1E1E1. Windows color (decimal): -4197653 or 15463103. OLE color: 15463103.
HSL color Cylindrical-coordinate representation of color #BFF2EB: hue angle of 171.76º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2EB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 235 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.05 |
| HSL | 171.76º | 0.66% | 0.85% | - |
| HSV(B) | 171.76º | 0.21% | 0.95% | - |
| XYZ | 68.23 | 80.58 | 90.55 | - |
| YUV | 225.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 235 | 0.21 | 0 | 0.03 | 0.05 | 171.76 | 0.66 | 0.85 |
| Hex | BF | F2 | EB | 15 | 0 | 3 | 5 | AC | 42 | 55 |
| Octal | 277 | 362 | 353 | 25 | 0 | 3 | 5 | 254 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11101011 | 10101 | 0 | 11 | 101 | 10101100 | 1000010 | 1010101 |
Color Harmonies of #BFF2EB
Complementary color
Monochromatic Colors of #BFF2EB
Black with #BFF2EB
Text Example
Text Example
White with #BFF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2EB; }
p { color: rgb(191,242,235); }
H1.HeaderClassName
{
color: #BFF2EB;
}
.AnyTagClassName
{
color: #BFF2EB;
}
</style>
background-color css
<style>
a { background-color: #BFF2EB; }
a { background-color: rgb(191,242,235); }
div.DivClassName
{
background-color: #BFF2EB;
}
.BgClassName
{
background-color: #BFF2EB;
}
</style>
border-color css
<style>
span { border-color: #BFF2EB; }
span { border-color: rgb(191,242,235); }
td.TdClassName
{
border-color: #BFF2EB;
}
.TagClassName
{
border-color: #BFF2EB;
}
</style>