Shades of Iron #BACECF
Tints of Iron #BACECF
RGB
CMYK
RGB Variations
Color information
#BACECF (or 0xBACECF) is known color: Iron. HEX triplet: BA, CE and CF. RGB value is (186,206,207). Sum of RGB (Red+Green+Blue) = 186+206+207=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #BACECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACECF is #453130. Grayscale: #C8C8C8. Windows color (decimal): -4534577 or 13618874. OLE color: 13618874.
HSL color Cylindrical-coordinate representation of color #BACECF: hue angle of 182.86º 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 #BACECF is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 207 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.19 |
| HSL | 182.86º | 0.18% | 0.77% | - |
| HSV(B) | 182.86º | 0.1% | 0.81% | - |
| XYZ | 53.58 | 59.09 | 67.61 | - |
| YUV | 200.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 207 | 0.10 | 0.00 | 0 | 0.19 | 182.86 | 0.18 | 0.77 |
| Hex | BA | CE | CF | A | 0 | 0 | 13 | B7 | 12 | 4D |
| Octal | 272 | 316 | 317 | 12 | 0 | 0 | 23 | 267 | 22 | 115 |
| Binary | 10111010 | 11001110 | 11001111 | 1010 | 0 | 0 | 10011 | 10110111 | 10010 | 1001101 |
Color Harmonies of #BACECF
Complementary color
Monochromatic Colors of #BACECF
Black with #BACECF
Text Example
Text Example
White with #BACECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACECF; }
p { color: rgb(186,206,207); }
H1.HeaderClassName
{
color: #BACECF;
}
.AnyTagClassName
{
color: #BACECF;
}
</style>
background-color css
<style>
a { background-color: #BACECF; }
a { background-color: rgb(186,206,207); }
div.DivClassName
{
background-color: #BACECF;
}
.BgClassName
{
background-color: #BACECF;
}
</style>
border-color css
<style>
span { border-color: #BACECF; }
span { border-color: rgb(186,206,207); }
td.TdClassName
{
border-color: #BACECF;
}
.TagClassName
{
border-color: #BACECF;
}
</style>