Shades of Jagged Ice #BFE3DD
Tints of Jagged Ice #BFE3DD
RGB
CMYK
RGB Variations
Color information
#BFE3DD (or 0xBFE3DD) is known color: Jagged Ice. HEX triplet: BF, E3 and DD. RGB value is (191,227,221). Sum of RGB (Red+Green+Blue) = 191+227+221=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3DD is #401C22. Grayscale: #D7D7D7. Windows color (decimal): -4201507 or 14541759. OLE color: 14541759.
HSL color Cylindrical-coordinate representation of color #BFE3DD: hue angle of 170º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3DD is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 221 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.11 |
| HSL | 170º | 0.39% | 0.82% | - |
| HSV(B) | 170º | 0.16% | 0.89% | - |
| XYZ | 62.01 | 71.24 | 78.89 | - |
| YUV | 215.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 221 | 0.16 | 0 | 0.03 | 0.11 | 170 | 0.39 | 0.82 |
| Hex | BF | E3 | DD | 10 | 0 | 3 | B | AA | 27 | 52 |
| Octal | 277 | 343 | 335 | 20 | 0 | 3 | 13 | 252 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11011101 | 10000 | 0 | 11 | 1011 | 10101010 | 100111 | 1010010 |
Color Harmonies of #BFE3DD
Complementary color
Monochromatic Colors of #BFE3DD
Black with #BFE3DD
Text Example
Text Example
White with #BFE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3DD; }
p { color: rgb(191,227,221); }
H1.HeaderClassName
{
color: #BFE3DD;
}
.AnyTagClassName
{
color: #BFE3DD;
}
</style>
background-color css
<style>
a { background-color: #BFE3DD; }
a { background-color: rgb(191,227,221); }
div.DivClassName
{
background-color: #BFE3DD;
}
.BgClassName
{
background-color: #BFE3DD;
}
</style>
border-color css
<style>
span { border-color: #BFE3DD; }
span { border-color: rgb(191,227,221); }
td.TdClassName
{
border-color: #BFE3DD;
}
.TagClassName
{
border-color: #BFE3DD;
}
</style>