Shades of Iron #BCD2D3
Tints of Iron #BCD2D3
RGB
CMYK
RGB Variations
Color information
#BCD2D3 (or 0xBCD2D3) is known color: Iron. HEX triplet: BC, D2 and D3. RGB value is (188,210,211). Sum of RGB (Red+Green+Blue) = 188+210+211=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCD2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2D3 is #432D2C. Grayscale: #CBCBCB. Windows color (decimal): -4402477 or 13882044. OLE color: 13882044.
HSL color Cylindrical-coordinate representation of color #BCD2D3: hue angle of 182.61º 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 #BCD2D3 is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 210 | 211 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.17 |
| HSL | 182.61º | 0.21% | 0.78% | - |
| HSV(B) | 182.61º | 0.11% | 0.83% | - |
| XYZ | 55.54 | 61.49 | 70.57 | - |
| YUV | 203.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 211 | 0.11 | 0.00 | 0 | 0.17 | 182.61 | 0.21 | 0.78 |
| Hex | BC | D2 | D3 | B | 0 | 0 | 11 | B7 | 15 | 4E |
| Octal | 274 | 322 | 323 | 13 | 0 | 0 | 21 | 267 | 25 | 116 |
| Binary | 10111100 | 11010010 | 11010011 | 1011 | 0 | 0 | 10001 | 10110111 | 10101 | 1001110 |
Color Harmonies of #BCD2D3
Complementary color
Monochromatic Colors of #BCD2D3
Black with #BCD2D3
Text Example
Text Example
White with #BCD2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2D3; }
p { color: rgb(188,210,211); }
H1.HeaderClassName
{
color: #BCD2D3;
}
.AnyTagClassName
{
color: #BCD2D3;
}
</style>
background-color css
<style>
a { background-color: #BCD2D3; }
a { background-color: rgb(188,210,211); }
div.DivClassName
{
background-color: #BCD2D3;
}
.BgClassName
{
background-color: #BCD2D3;
}
</style>
border-color css
<style>
span { border-color: #BCD2D3; }
span { border-color: rgb(188,210,211); }
td.TdClassName
{
border-color: #BCD2D3;
}
.TagClassName
{
border-color: #BCD2D3;
}
</style>