Shades of Jagged Ice #BFDFDC
Tints of Jagged Ice #BFDFDC
RGB
CMYK
RGB Variations
Color information
#BFDFDC (or 0xBFDFDC) is known color: Jagged Ice. HEX triplet: BF, DF and DC. RGB value is (191,223,220). Sum of RGB (Red+Green+Blue) = 191+223+220=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFDC is #402023. Grayscale: #D5D5D5. Windows color (decimal): -4202532 or 14475199. OLE color: 14475199.
HSL color Cylindrical-coordinate representation of color #BFDFDC: hue angle of 174.38º 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 #BFDFDC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 220 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.13 |
| HSL | 174.38º | 0.33% | 0.81% | - |
| HSV(B) | 174.38º | 0.14% | 0.87% | - |
| XYZ | 60.79 | 69.02 | 77.83 | - |
| YUV | 213.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 220 | 0.14 | 0 | 0.01 | 0.13 | 174.38 | 0.33 | 0.81 |
| Hex | BF | DF | DC | E | 0 | 1 | D | AE | 21 | 51 |
| Octal | 277 | 337 | 334 | 16 | 0 | 1 | 15 | 256 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11011100 | 1110 | 0 | 1 | 1101 | 10101110 | 100001 | 1010001 |
Color Harmonies of #BFDFDC
Complementary color
Monochromatic Colors of #BFDFDC
Black with #BFDFDC
Text Example
Text Example
White with #BFDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFDC; }
p { color: rgb(191,223,220); }
H1.HeaderClassName
{
color: #BFDFDC;
}
.AnyTagClassName
{
color: #BFDFDC;
}
</style>
background-color css
<style>
a { background-color: #BFDFDC; }
a { background-color: rgb(191,223,220); }
div.DivClassName
{
background-color: #BFDFDC;
}
.BgClassName
{
background-color: #BFDFDC;
}
</style>
border-color css
<style>
span { border-color: #BFDFDC; }
span { border-color: rgb(191,223,220); }
td.TdClassName
{
border-color: #BFDFDC;
}
.TagClassName
{
border-color: #BFDFDC;
}
</style>