Shades of Iron #BACDCF
Tints of Iron #BACDCF
RGB
CMYK
RGB Variations
Color information
#BACDCF (or 0xBACDCF) is known color: Iron. HEX triplet: BA, CD and CF. RGB value is (186,205,207). Sum of RGB (Red+Green+Blue) = 186+205+207=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #BACDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDCF is #453230. Grayscale: #C7C7C7. Windows color (decimal): -4534833 or 13618618. OLE color: 13618618.
HSL color Cylindrical-coordinate representation of color #BACDCF: hue angle of 185.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACDCF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 205 | 207 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.19 |
| HSL | 185.71º | 0.18% | 0.77% | - |
| HSV(B) | 185.71º | 0.1% | 0.81% | - |
| XYZ | 53.34 | 58.61 | 67.53 | - |
| YUV | 199.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 207 | 0.10 | 0.01 | 0 | 0.19 | 185.71 | 0.18 | 0.77 |
| Hex | BA | CD | CF | A | 1 | 0 | 13 | BA | 12 | 4D |
| Octal | 272 | 315 | 317 | 12 | 1 | 0 | 23 | 272 | 22 | 115 |
| Binary | 10111010 | 11001101 | 11001111 | 1010 | 1 | 0 | 10011 | 10111010 | 10010 | 1001101 |
Color Harmonies of #BACDCF
Complementary color
Monochromatic Colors of #BACDCF
Black with #BACDCF
Text Example
Text Example
White with #BACDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDCF; }
p { color: rgb(186,205,207); }
H1.HeaderClassName
{
color: #BACDCF;
}
.AnyTagClassName
{
color: #BACDCF;
}
</style>
background-color css
<style>
a { background-color: #BACDCF; }
a { background-color: rgb(186,205,207); }
div.DivClassName
{
background-color: #BACDCF;
}
.BgClassName
{
background-color: #BACDCF;
}
</style>
border-color css
<style>
span { border-color: #BACDCF; }
span { border-color: rgb(186,205,207); }
td.TdClassName
{
border-color: #BACDCF;
}
.TagClassName
{
border-color: #BACDCF;
}
</style>