Shades of Iron #BACED3
Tints of Iron #BACED3
RGB
CMYK
RGB Variations
Color information
#BACED3 (or 0xBACED3) is known color: Iron. HEX triplet: BA, CE and D3. RGB value is (186,206,211). Sum of RGB (Red+Green+Blue) = 186+206+211=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #BACED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED3 is #45312C. Grayscale: #C8C8C8. Windows color (decimal): -4534573 or 13881018. OLE color: 13881018.
HSL color Cylindrical-coordinate representation of color #BACED3: hue angle of 192º 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 #BACED3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 206 | 211 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.17 |
| HSL | 192º | 0.22% | 0.78% | - |
| HSV(B) | 192º | 0.12% | 0.83% | - |
| XYZ | 54.08 | 59.28 | 70.22 | - |
| YUV | 200.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 211 | 0.12 | 0.02 | 0 | 0.17 | 192 | 0.22 | 0.78 |
| Hex | BA | CE | D3 | C | 2 | 0 | 11 | C0 | 16 | 4E |
| Octal | 272 | 316 | 323 | 14 | 2 | 0 | 21 | 300 | 26 | 116 |
| Binary | 10111010 | 11001110 | 11010011 | 1100 | 10 | 0 | 10001 | 11000000 | 10110 | 1001110 |
Color Harmonies of #BACED3
Complementary color
Monochromatic Colors of #BACED3
Black with #BACED3
Text Example
Text Example
White with #BACED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACED3; }
p { color: rgb(186,206,211); }
H1.HeaderClassName
{
color: #BACED3;
}
.AnyTagClassName
{
color: #BACED3;
}
</style>
background-color css
<style>
a { background-color: #BACED3; }
a { background-color: rgb(186,206,211); }
div.DivClassName
{
background-color: #BACED3;
}
.BgClassName
{
background-color: #BACED3;
}
</style>
border-color css
<style>
span { border-color: #BACED3; }
span { border-color: rgb(186,206,211); }
td.TdClassName
{
border-color: #BACED3;
}
.TagClassName
{
border-color: #BACED3;
}
</style>