Shades of Iron #BCD1D3
Tints of Iron #BCD1D3
RGB
CMYK
RGB Variations
Color information
#BCD1D3 (or 0xBCD1D3) is known color: Iron. HEX triplet: BC, D1 and D3. RGB value is (188,209,211). Sum of RGB (Red+Green+Blue) = 188+209+211=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCD1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1D3 is #432E2C. Grayscale: #CACACA. Windows color (decimal): -4402733 or 13881788. OLE color: 13881788.
HSL color Cylindrical-coordinate representation of color #BCD1D3: hue angle of 185.22º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD1D3 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 209 | 211 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.17 |
| HSL | 185.22º | 0.21% | 0.78% | - |
| HSV(B) | 185.22º | 0.11% | 0.83% | - |
| XYZ | 55.3 | 61 | 70.49 | - |
| YUV | 202.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 211 | 0.11 | 0.01 | 0 | 0.17 | 185.22 | 0.21 | 0.78 |
| Hex | BC | D1 | D3 | B | 1 | 0 | 11 | B9 | 15 | 4E |
| Octal | 274 | 321 | 323 | 13 | 1 | 0 | 21 | 271 | 25 | 116 |
| Binary | 10111100 | 11010001 | 11010011 | 1011 | 1 | 0 | 10001 | 10111001 | 10101 | 1001110 |
Color Harmonies of #BCD1D3
Complementary color
Monochromatic Colors of #BCD1D3
Black with #BCD1D3
Text Example
Text Example
White with #BCD1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1D3; }
p { color: rgb(188,209,211); }
H1.HeaderClassName
{
color: #BCD1D3;
}
.AnyTagClassName
{
color: #BCD1D3;
}
</style>
background-color css
<style>
a { background-color: #BCD1D3; }
a { background-color: rgb(188,209,211); }
div.DivClassName
{
background-color: #BCD1D3;
}
.BgClassName
{
background-color: #BCD1D3;
}
</style>
border-color css
<style>
span { border-color: #BCD1D3; }
span { border-color: rgb(188,209,211); }
td.TdClassName
{
border-color: #BCD1D3;
}
.TagClassName
{
border-color: #BCD1D3;
}
</style>