Shades of Jagged Ice #BFF6ED
Tints of Jagged Ice #BFF6ED
RGB
CMYK
RGB Variations
Color information
#BFF6ED (or 0xBFF6ED) is known color: Jagged Ice. HEX triplet: BF, F6 and ED. RGB value is (191,246,237). Sum of RGB (Red+Green+Blue) = 191+246+237=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6ED is #400912. Grayscale: #E4E4E4. Windows color (decimal): -4196627 or 15595199. OLE color: 15595199.
HSL color Cylindrical-coordinate representation of color #BFF6ED: hue angle of 170.18º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6ED is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 237 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.04 |
| HSL | 170.18º | 0.75% | 0.86% | - |
| HSV(B) | 170.18º | 0.22% | 0.96% | - |
| XYZ | 69.73 | 83.1 | 92.49 | - |
| YUV | 228.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 237 | 0.22 | 0 | 0.04 | 0.04 | 170.18 | 0.75 | 0.86 |
| Hex | BF | F6 | ED | 16 | 0 | 4 | 4 | AA | 4B | 56 |
| Octal | 277 | 366 | 355 | 26 | 0 | 4 | 4 | 252 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11101101 | 10110 | 0 | 100 | 100 | 10101010 | 1001011 | 1010110 |
Color Harmonies of #BFF6ED
Complementary color
Monochromatic Colors of #BFF6ED
Black with #BFF6ED
Text Example
Text Example
White with #BFF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6ED; }
p { color: rgb(191,246,237); }
H1.HeaderClassName
{
color: #BFF6ED;
}
.AnyTagClassName
{
color: #BFF6ED;
}
</style>
background-color css
<style>
a { background-color: #BFF6ED; }
a { background-color: rgb(191,246,237); }
div.DivClassName
{
background-color: #BFF6ED;
}
.BgClassName
{
background-color: #BFF6ED;
}
</style>
border-color css
<style>
span { border-color: #BFF6ED; }
span { border-color: rgb(191,246,237); }
td.TdClassName
{
border-color: #BFF6ED;
}
.TagClassName
{
border-color: #BFF6ED;
}
</style>