Shades of Iron #BCD0D0
Tints of Iron #BCD0D0
RGB
CMYK
RGB Variations
Color information
#BCD0D0 (or 0xBCD0D0) is known color: Iron. HEX triplet: BC, D0 and D0. RGB value is (188,208,208). Sum of RGB (Red+Green+Blue) = 188+208+208=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #BCD0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0D0 is #432F2F. Grayscale: #CACACA. Windows color (decimal): -4402992 or 13684924. OLE color: 13684924.
HSL color Cylindrical-coordinate representation of color #BCD0D0: hue angle of 180º degrees, saturation: 0.18, 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 #BCD0D0 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 208 | - |
| CMYK | 0.10 | 0 | 0 | 0.18 |
| HSL | 180º | 0.18% | 0.78% | - |
| HSV(B) | 180º | 0.1% | 0.82% | - |
| XYZ | 54.68 | 60.36 | 68.44 | - |
| YUV | 202.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 208 | 0.10 | 0 | 0 | 0.18 | 180 | 0.18 | 0.78 |
| Hex | BC | D0 | D0 | A | 0 | 0 | 12 | B4 | 12 | 4E |
| Octal | 274 | 320 | 320 | 12 | 0 | 0 | 22 | 264 | 22 | 116 |
| Binary | 10111100 | 11010000 | 11010000 | 1010 | 0 | 0 | 10010 | 10110100 | 10010 | 1001110 |
Color Harmonies of #BCD0D0
Complementary color
Monochromatic Colors of #BCD0D0
Black with #BCD0D0
Text Example
Text Example
White with #BCD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0D0; }
p { color: rgb(188,208,208); }
H1.HeaderClassName
{
color: #BCD0D0;
}
.AnyTagClassName
{
color: #BCD0D0;
}
</style>
background-color css
<style>
a { background-color: #BCD0D0; }
a { background-color: rgb(188,208,208); }
div.DivClassName
{
background-color: #BCD0D0;
}
.BgClassName
{
background-color: #BCD0D0;
}
</style>
border-color css
<style>
span { border-color: #BCD0D0; }
span { border-color: rgb(188,208,208); }
td.TdClassName
{
border-color: #BCD0D0;
}
.TagClassName
{
border-color: #BCD0D0;
}
</style>