Shades of Iron #BAD3D3
Tints of Iron #BAD3D3
RGB
CMYK
RGB Variations
Color information
#BAD3D3 (or 0xBAD3D3) is known color: Iron. HEX triplet: BA, D3 and D3. RGB value is (186,211,211). Sum of RGB (Red+Green+Blue) = 186+211+211=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: green, blue. Hex color #BAD3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3D3 is #452C2C. Grayscale: #CBCBCB. Windows color (decimal): -4533293 or 13882298. OLE color: 13882298.
HSL color Cylindrical-coordinate representation of color #BAD3D3: hue angle of 180º 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 #BAD3D3 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 211 | - |
| CMYK | 0.12 | 0 | 0 | 0.17 |
| HSL | 180º | 0.22% | 0.78% | - |
| HSV(B) | 180º | 0.12% | 0.83% | - |
| XYZ | 55.3 | 61.73 | 70.63 | - |
| YUV | 203.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 211 | 0.12 | 0 | 0 | 0.17 | 180 | 0.22 | 0.78 |
| Hex | BA | D3 | D3 | C | 0 | 0 | 11 | B4 | 16 | 4E |
| Octal | 272 | 323 | 323 | 14 | 0 | 0 | 21 | 264 | 26 | 116 |
| Binary | 10111010 | 11010011 | 11010011 | 1100 | 0 | 0 | 10001 | 10110100 | 10110 | 1001110 |
Color Harmonies of #BAD3D3
Complementary color
Monochromatic Colors of #BAD3D3
Black with #BAD3D3
Text Example
Text Example
White with #BAD3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3D3; }
p { color: rgb(186,211,211); }
H1.HeaderClassName
{
color: #BAD3D3;
}
.AnyTagClassName
{
color: #BAD3D3;
}
</style>
background-color css
<style>
a { background-color: #BAD3D3; }
a { background-color: rgb(186,211,211); }
div.DivClassName
{
background-color: #BAD3D3;
}
.BgClassName
{
background-color: #BAD3D3;
}
</style>
border-color css
<style>
span { border-color: #BAD3D3; }
span { border-color: rgb(186,211,211); }
td.TdClassName
{
border-color: #BAD3D3;
}
.TagClassName
{
border-color: #BAD3D3;
}
</style>