Shades of Jagged Ice #BCDFDC
Tints of Jagged Ice #BCDFDC
RGB
CMYK
RGB Variations
Color information
#BCDFDC (or 0xBCDFDC) is known color: Jagged Ice. HEX triplet: BC, DF and DC. RGB value is (188,223,220). Sum of RGB (Red+Green+Blue) = 188+223+220=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFDC is #432023. Grayscale: #D4D4D4. Windows color (decimal): -4399140 or 14475196. OLE color: 14475196.
HSL color Cylindrical-coordinate representation of color #BCDFDC: hue angle of 174.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFDC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 220 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.13 |
| HSL | 174.86º | 0.35% | 0.81% | - |
| HSV(B) | 174.86º | 0.16% | 0.87% | - |
| XYZ | 60.04 | 68.63 | 77.79 | - |
| YUV | 212.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 220 | 0.16 | 0 | 0.01 | 0.13 | 174.86 | 0.35 | 0.81 |
| Hex | BC | DF | DC | 10 | 0 | 1 | D | AF | 23 | 51 |
| Octal | 274 | 337 | 334 | 20 | 0 | 1 | 15 | 257 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11011100 | 10000 | 0 | 1 | 1101 | 10101111 | 100011 | 1010001 |
Color Harmonies of #BCDFDC
Complementary color
Monochromatic Colors of #BCDFDC
Black with #BCDFDC
Text Example
Text Example
White with #BCDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFDC; }
p { color: rgb(188,223,220); }
H1.HeaderClassName
{
color: #BCDFDC;
}
.AnyTagClassName
{
color: #BCDFDC;
}
</style>
background-color css
<style>
a { background-color: #BCDFDC; }
a { background-color: rgb(188,223,220); }
div.DivClassName
{
background-color: #BCDFDC;
}
.BgClassName
{
background-color: #BCDFDC;
}
</style>
border-color css
<style>
span { border-color: #BCDFDC; }
span { border-color: rgb(188,223,220); }
td.TdClassName
{
border-color: #BCDFDC;
}
.TagClassName
{
border-color: #BCDFDC;
}
</style>