Shades of Jagged Ice #BFDFDB
Tints of Jagged Ice #BFDFDB
RGB
CMYK
RGB Variations
Color information
#BFDFDB (or 0xBFDFDB) is known color: Jagged Ice. HEX triplet: BF, DF and DB. RGB value is (191,223,219). Sum of RGB (Red+Green+Blue) = 191+223+219=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFDB is #402024. Grayscale: #D4D4D4. Windows color (decimal): -4202533 or 14409663. OLE color: 14409663.
HSL color Cylindrical-coordinate representation of color #BFDFDB: hue angle of 172.5º degrees, saturation: 0.33, 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 #BFDFDB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 219 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.13 |
| HSL | 172.5º | 0.33% | 0.81% | - |
| HSV(B) | 172.5º | 0.14% | 0.87% | - |
| XYZ | 60.66 | 68.97 | 77.13 | - |
| YUV | 212.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 219 | 0.14 | 0 | 0.02 | 0.13 | 172.5 | 0.33 | 0.81 |
| Hex | BF | DF | DB | E | 0 | 2 | D | AC | 21 | 51 |
| Octal | 277 | 337 | 333 | 16 | 0 | 2 | 15 | 254 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11011011 | 1110 | 0 | 10 | 1101 | 10101100 | 100001 | 1010001 |
Color Harmonies of #BFDFDB
Complementary color
Monochromatic Colors of #BFDFDB
Black with #BFDFDB
Text Example
Text Example
White with #BFDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFDB; }
p { color: rgb(191,223,219); }
H1.HeaderClassName
{
color: #BFDFDB;
}
.AnyTagClassName
{
color: #BFDFDB;
}
</style>
background-color css
<style>
a { background-color: #BFDFDB; }
a { background-color: rgb(191,223,219); }
div.DivClassName
{
background-color: #BFDFDB;
}
.BgClassName
{
background-color: #BFDFDB;
}
</style>
border-color css
<style>
span { border-color: #BFDFDB; }
span { border-color: rgb(191,223,219); }
td.TdClassName
{
border-color: #BFDFDB;
}
.TagClassName
{
border-color: #BFDFDB;
}
</style>