Shades of Jagged Ice #BFDEDC
Tints of Jagged Ice #BFDEDC
RGB
CMYK
RGB Variations
Color information
#BFDEDC (or 0xBFDEDC) is known color: Jagged Ice. HEX triplet: BF, DE and DC. RGB value is (191,222,220). Sum of RGB (Red+Green+Blue) = 191+222+220=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEDC is #402123. Grayscale: #D4D4D4. Windows color (decimal): -4202788 or 14474943. OLE color: 14474943.
HSL color Cylindrical-coordinate representation of color #BFDEDC: hue angle of 176.13º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDEDC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 220 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.13 |
| HSL | 176.13º | 0.32% | 0.81% | - |
| HSV(B) | 176.13º | 0.14% | 0.87% | - |
| XYZ | 60.53 | 68.49 | 77.74 | - |
| YUV | 212.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 220 | 0.14 | 0 | 0.01 | 0.13 | 176.13 | 0.32 | 0.81 |
| Hex | BF | DE | DC | E | 0 | 1 | D | B0 | 20 | 51 |
| Octal | 277 | 336 | 334 | 16 | 0 | 1 | 15 | 260 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11011100 | 1110 | 0 | 1 | 1101 | 10110000 | 100000 | 1010001 |
Color Harmonies of #BFDEDC
Complementary color
Monochromatic Colors of #BFDEDC
Black with #BFDEDC
Text Example
Text Example
White with #BFDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEDC; }
p { color: rgb(191,222,220); }
H1.HeaderClassName
{
color: #BFDEDC;
}
.AnyTagClassName
{
color: #BFDEDC;
}
</style>
background-color css
<style>
a { background-color: #BFDEDC; }
a { background-color: rgb(191,222,220); }
div.DivClassName
{
background-color: #BFDEDC;
}
.BgClassName
{
background-color: #BFDEDC;
}
</style>
border-color css
<style>
span { border-color: #BFDEDC; }
span { border-color: rgb(191,222,220); }
td.TdClassName
{
border-color: #BFDEDC;
}
.TagClassName
{
border-color: #BFDEDC;
}
</style>