Shades of Iron #BCCDCF
Tints of Iron #BCCDCF
RGB
CMYK
RGB Variations
Color information
#BCCDCF (or 0xBCCDCF) is known color: Iron. HEX triplet: BC, CD and CF. RGB value is (188,205,207). Sum of RGB (Red+Green+Blue) = 188+205+207=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCCDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDCF is #433230. Grayscale: #C8C8C8. Windows color (decimal): -4403761 or 13618620. OLE color: 13618620.
HSL color Cylindrical-coordinate representation of color #BCCDCF: hue angle of 186.32º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCDCF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 205 | 207 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.19 |
| HSL | 186.32º | 0.17% | 0.77% | - |
| HSV(B) | 186.32º | 0.09% | 0.81% | - |
| XYZ | 53.83 | 58.86 | 67.56 | - |
| YUV | 200.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 207 | 0.09 | 0.01 | 0 | 0.19 | 186.32 | 0.17 | 0.77 |
| Hex | BC | CD | CF | 9 | 1 | 0 | 13 | BA | 11 | 4D |
| Octal | 274 | 315 | 317 | 11 | 1 | 0 | 23 | 272 | 21 | 115 |
| Binary | 10111100 | 11001101 | 11001111 | 1001 | 1 | 0 | 10011 | 10111010 | 10001 | 1001101 |
Color Harmonies of #BCCDCF
Complementary color
Monochromatic Colors of #BCCDCF
Black with #BCCDCF
Text Example
Text Example
White with #BCCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDCF; }
p { color: rgb(188,205,207); }
H1.HeaderClassName
{
color: #BCCDCF;
}
.AnyTagClassName
{
color: #BCCDCF;
}
</style>
background-color css
<style>
a { background-color: #BCCDCF; }
a { background-color: rgb(188,205,207); }
div.DivClassName
{
background-color: #BCCDCF;
}
.BgClassName
{
background-color: #BCCDCF;
}
</style>
border-color css
<style>
span { border-color: #BCCDCF; }
span { border-color: rgb(188,205,207); }
td.TdClassName
{
border-color: #BCCDCF;
}
.TagClassName
{
border-color: #BCCDCF;
}
</style>