Shades of Jagged Ice #BFEAE4
Tints of Jagged Ice #BFEAE4
RGB
CMYK
RGB Variations
Color information
#BFEAE4 (or 0xBFEAE4) is known color: Jagged Ice. HEX triplet: BF, EA and E4. RGB value is (191,234,228). Sum of RGB (Red+Green+Blue) = 191+234+228=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAE4 is #40151B. Grayscale: #DCDCDC. Windows color (decimal): -4199708 or 15002303. OLE color: 15002303.
HSL color Cylindrical-coordinate representation of color #BFEAE4: hue angle of 171.63º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAE4 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 228 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.08 |
| HSL | 171.63º | 0.51% | 0.83% | - |
| HSV(B) | 171.63º | 0.18% | 0.92% | - |
| XYZ | 64.91 | 75.52 | 84.56 | - |
| YUV | 220.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 228 | 0.18 | 0 | 0.03 | 0.08 | 171.63 | 0.51 | 0.83 |
| Hex | BF | EA | E4 | 12 | 0 | 3 | 8 | AC | 33 | 53 |
| Octal | 277 | 352 | 344 | 22 | 0 | 3 | 10 | 254 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11100100 | 10010 | 0 | 11 | 1000 | 10101100 | 110011 | 1010011 |
Color Harmonies of #BFEAE4
Complementary color
Monochromatic Colors of #BFEAE4
Black with #BFEAE4
Text Example
Text Example
White with #BFEAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAE4; }
p { color: rgb(191,234,228); }
H1.HeaderClassName
{
color: #BFEAE4;
}
.AnyTagClassName
{
color: #BFEAE4;
}
</style>
background-color css
<style>
a { background-color: #BFEAE4; }
a { background-color: rgb(191,234,228); }
div.DivClassName
{
background-color: #BFEAE4;
}
.BgClassName
{
background-color: #BFEAE4;
}
</style>
border-color css
<style>
span { border-color: #BFEAE4; }
span { border-color: rgb(191,234,228); }
td.TdClassName
{
border-color: #BFEAE4;
}
.TagClassName
{
border-color: #BFEAE4;
}
</style>