Shades of Iron #BCCFD1
Tints of Iron #BCCFD1
RGB
CMYK
RGB Variations
Color information
#BCCFD1 (or 0xBCCFD1) is known color: Iron. HEX triplet: BC, CF and D1. RGB value is (188,207,209). Sum of RGB (Red+Green+Blue) = 188+207+209=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCCFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD1 is #43302E. Grayscale: #C9C9C9. Windows color (decimal): -4403247 or 13750204. OLE color: 13750204.
HSL color Cylindrical-coordinate representation of color #BCCFD1: hue angle of 185.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCFD1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 207 | 209 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 185.71º | 0.19% | 0.78% | - |
| HSV(B) | 185.71º | 0.1% | 0.82% | - |
| XYZ | 54.56 | 59.92 | 69.01 | - |
| YUV | 201.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 209 | 0.10 | 0.01 | 0 | 0.18 | 185.71 | 0.19 | 0.78 |
| Hex | BC | CF | D1 | A | 1 | 0 | 12 | BA | 13 | 4E |
| Octal | 274 | 317 | 321 | 12 | 1 | 0 | 22 | 272 | 23 | 116 |
| Binary | 10111100 | 11001111 | 11010001 | 1010 | 1 | 0 | 10010 | 10111010 | 10011 | 1001110 |
Color Harmonies of #BCCFD1
Complementary color
Monochromatic Colors of #BCCFD1
Black with #BCCFD1
Text Example
Text Example
White with #BCCFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFD1; }
p { color: rgb(188,207,209); }
H1.HeaderClassName
{
color: #BCCFD1;
}
.AnyTagClassName
{
color: #BCCFD1;
}
</style>
background-color css
<style>
a { background-color: #BCCFD1; }
a { background-color: rgb(188,207,209); }
div.DivClassName
{
background-color: #BCCFD1;
}
.BgClassName
{
background-color: #BCCFD1;
}
</style>
border-color css
<style>
span { border-color: #BCCFD1; }
span { border-color: rgb(188,207,209); }
td.TdClassName
{
border-color: #BCCFD1;
}
.TagClassName
{
border-color: #BCCFD1;
}
</style>