Shades of Iron #BCD2D1
Tints of Iron #BCD2D1
RGB
CMYK
RGB Variations
Color information
#BCD2D1 (or 0xBCD2D1) is known color: Iron. HEX triplet: BC, D2 and D1. RGB value is (188,210,209). Sum of RGB (Red+Green+Blue) = 188+210+209=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2D1 is #432D2E. Grayscale: #CBCBCB. Windows color (decimal): -4402479 or 13750972. OLE color: 13750972.
HSL color Cylindrical-coordinate representation of color #BCD2D1: hue angle of 177.27º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD2D1 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 209 | - |
| CMYK | 0.10 | 0 | 0.00 | 0.18 |
| HSL | 177.27º | 0.2% | 0.78% | - |
| HSV(B) | 177.27º | 0.1% | 0.82% | - |
| XYZ | 55.29 | 61.39 | 69.26 | - |
| YUV | 203.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 209 | 0.10 | 0 | 0.00 | 0.18 | 177.27 | 0.2 | 0.78 |
| Hex | BC | D2 | D1 | A | 0 | 0 | 12 | B1 | 14 | 4E |
| Octal | 274 | 322 | 321 | 12 | 0 | 0 | 22 | 261 | 24 | 116 |
| Binary | 10111100 | 11010010 | 11010001 | 1010 | 0 | 0 | 10010 | 10110001 | 10100 | 1001110 |
Color Harmonies of #BCD2D1
Complementary color
Monochromatic Colors of #BCD2D1
Black with #BCD2D1
Text Example
Text Example
White with #BCD2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2D1; }
p { color: rgb(188,210,209); }
H1.HeaderClassName
{
color: #BCD2D1;
}
.AnyTagClassName
{
color: #BCD2D1;
}
</style>
background-color css
<style>
a { background-color: #BCD2D1; }
a { background-color: rgb(188,210,209); }
div.DivClassName
{
background-color: #BCD2D1;
}
.BgClassName
{
background-color: #BCD2D1;
}
</style>
border-color css
<style>
span { border-color: #BCD2D1; }
span { border-color: rgb(188,210,209); }
td.TdClassName
{
border-color: #BCD2D1;
}
.TagClassName
{
border-color: #BCD2D1;
}
</style>