Shades of Iron #BACFD3
Tints of Iron #BACFD3
RGB
CMYK
RGB Variations
Color information
#BACFD3 (or 0xBACFD3) is known color: Iron. HEX triplet: BA, CF and D3. RGB value is (186,207,211). Sum of RGB (Red+Green+Blue) = 186+207+211=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #BACFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFD3 is #45302C. Grayscale: #C9C9C9. Windows color (decimal): -4534317 or 13881274. OLE color: 13881274.
HSL color Cylindrical-coordinate representation of color #BACFD3: hue angle of 189.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACFD3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 207 | 211 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.17 |
| HSL | 189.6º | 0.22% | 0.78% | - |
| HSV(B) | 189.6º | 0.12% | 0.83% | - |
| XYZ | 54.32 | 59.77 | 70.3 | - |
| YUV | 201.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 211 | 0.12 | 0.02 | 0 | 0.17 | 189.6 | 0.22 | 0.78 |
| Hex | BA | CF | D3 | C | 2 | 0 | 11 | BE | 16 | 4E |
| Octal | 272 | 317 | 323 | 14 | 2 | 0 | 21 | 276 | 26 | 116 |
| Binary | 10111010 | 11001111 | 11010011 | 1100 | 10 | 0 | 10001 | 10111110 | 10110 | 1001110 |
Color Harmonies of #BACFD3
Complementary color
Monochromatic Colors of #BACFD3
Black with #BACFD3
Text Example
Text Example
White with #BACFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFD3; }
p { color: rgb(186,207,211); }
H1.HeaderClassName
{
color: #BACFD3;
}
.AnyTagClassName
{
color: #BACFD3;
}
</style>
background-color css
<style>
a { background-color: #BACFD3; }
a { background-color: rgb(186,207,211); }
div.DivClassName
{
background-color: #BACFD3;
}
.BgClassName
{
background-color: #BACFD3;
}
</style>
border-color css
<style>
span { border-color: #BACFD3; }
span { border-color: rgb(186,207,211); }
td.TdClassName
{
border-color: #BACFD3;
}
.TagClassName
{
border-color: #BACFD3;
}
</style>