Shades of Jagged Ice #BFDEDB
Tints of Jagged Ice #BFDEDB
RGB
CMYK
RGB Variations
Color information
#BFDEDB (or 0xBFDEDB) is known color: Jagged Ice. HEX triplet: BF, DE and DB. RGB value is (191,222,219). Sum of RGB (Red+Green+Blue) = 191+222+219=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEDB is #402124. Grayscale: #D4D4D4. Windows color (decimal): -4202789 or 14409407. OLE color: 14409407.
HSL color Cylindrical-coordinate representation of color #BFDEDB: hue angle of 174.19º 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 #BFDEDB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 219 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.13 |
| HSL | 174.19º | 0.32% | 0.81% | - |
| HSV(B) | 174.19º | 0.14% | 0.87% | - |
| XYZ | 60.39 | 68.43 | 77.04 | - |
| YUV | 212.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 219 | 0.14 | 0 | 0.01 | 0.13 | 174.19 | 0.32 | 0.81 |
| Hex | BF | DE | DB | E | 0 | 1 | D | AE | 20 | 51 |
| Octal | 277 | 336 | 333 | 16 | 0 | 1 | 15 | 256 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11011011 | 1110 | 0 | 1 | 1101 | 10101110 | 100000 | 1010001 |
Color Harmonies of #BFDEDB
Complementary color
Monochromatic Colors of #BFDEDB
Black with #BFDEDB
Text Example
Text Example
White with #BFDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEDB; }
p { color: rgb(191,222,219); }
H1.HeaderClassName
{
color: #BFDEDB;
}
.AnyTagClassName
{
color: #BFDEDB;
}
</style>
background-color css
<style>
a { background-color: #BFDEDB; }
a { background-color: rgb(191,222,219); }
div.DivClassName
{
background-color: #BFDEDB;
}
.BgClassName
{
background-color: #BFDEDB;
}
</style>
border-color css
<style>
span { border-color: #BFDEDB; }
span { border-color: rgb(191,222,219); }
td.TdClassName
{
border-color: #BFDEDB;
}
.TagClassName
{
border-color: #BFDEDB;
}
</style>