Shades of Iron #BCD0D3
Tints of Iron #BCD0D3
RGB
CMYK
RGB Variations
Color information
#BCD0D3 (or 0xBCD0D3) is known color: Iron. HEX triplet: BC, D0 and D3. RGB value is (188,208,211). Sum of RGB (Red+Green+Blue) = 188+208+211=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCD0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0D3 is #432F2C. Grayscale: #CACACA. Windows color (decimal): -4402989 or 13881532. OLE color: 13881532.
HSL color Cylindrical-coordinate representation of color #BCD0D3: hue angle of 187.83º 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 #BCD0D3 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 208 | 211 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.17 |
| HSL | 187.83º | 0.21% | 0.78% | - |
| HSV(B) | 187.83º | 0.11% | 0.83% | - |
| XYZ | 55.05 | 60.51 | 70.41 | - |
| YUV | 202.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 211 | 0.11 | 0.01 | 0 | 0.17 | 187.83 | 0.21 | 0.78 |
| Hex | BC | D0 | D3 | B | 1 | 0 | 11 | BC | 15 | 4E |
| Octal | 274 | 320 | 323 | 13 | 1 | 0 | 21 | 274 | 25 | 116 |
| Binary | 10111100 | 11010000 | 11010011 | 1011 | 1 | 0 | 10001 | 10111100 | 10101 | 1001110 |
Color Harmonies of #BCD0D3
Complementary color
Monochromatic Colors of #BCD0D3
Black with #BCD0D3
Text Example
Text Example
White with #BCD0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0D3; }
p { color: rgb(188,208,211); }
H1.HeaderClassName
{
color: #BCD0D3;
}
.AnyTagClassName
{
color: #BCD0D3;
}
</style>
background-color css
<style>
a { background-color: #BCD0D3; }
a { background-color: rgb(188,208,211); }
div.DivClassName
{
background-color: #BCD0D3;
}
.BgClassName
{
background-color: #BCD0D3;
}
</style>
border-color css
<style>
span { border-color: #BCD0D3; }
span { border-color: rgb(188,208,211); }
td.TdClassName
{
border-color: #BCD0D3;
}
.TagClassName
{
border-color: #BCD0D3;
}
</style>