Shades of Iron #BCD0D4
Tints of Iron #BCD0D4
RGB
CMYK
RGB Variations
Color information
#BCD0D4 (or 0xBCD0D4) is known color: Iron. HEX triplet: BC, D0 and D4. RGB value is (188,208,212). Sum of RGB (Red+Green+Blue) = 188+208+212=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0D4 is #432F2B. Grayscale: #CACACA. Windows color (decimal): -4402988 or 13947068. OLE color: 13947068.
HSL color Cylindrical-coordinate representation of color #BCD0D4: hue angle of 190º degrees, saturation: 0.22, 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 #BCD0D4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 208 | 212 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.17 |
| HSL | 190º | 0.22% | 0.78% | - |
| HSV(B) | 190º | 0.11% | 0.83% | - |
| XYZ | 55.18 | 60.56 | 71.07 | - |
| YUV | 202.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 212 | 0.11 | 0.02 | 0 | 0.17 | 190 | 0.22 | 0.78 |
| Hex | BC | D0 | D4 | B | 2 | 0 | 11 | BE | 16 | 4E |
| Octal | 274 | 320 | 324 | 13 | 2 | 0 | 21 | 276 | 26 | 116 |
| Binary | 10111100 | 11010000 | 11010100 | 1011 | 10 | 0 | 10001 | 10111110 | 10110 | 1001110 |
Color Harmonies of #BCD0D4
Complementary color
Monochromatic Colors of #BCD0D4
Black with #BCD0D4
Text Example
Text Example
White with #BCD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0D4; }
p { color: rgb(188,208,212); }
H1.HeaderClassName
{
color: #BCD0D4;
}
.AnyTagClassName
{
color: #BCD0D4;
}
</style>
background-color css
<style>
a { background-color: #BCD0D4; }
a { background-color: rgb(188,208,212); }
div.DivClassName
{
background-color: #BCD0D4;
}
.BgClassName
{
background-color: #BCD0D4;
}
</style>
border-color css
<style>
span { border-color: #BCD0D4; }
span { border-color: rgb(188,208,212); }
td.TdClassName
{
border-color: #BCD0D4;
}
.TagClassName
{
border-color: #BCD0D4;
}
</style>