Shades of Iron #BCCDD0
Tints of Iron #BCCDD0
RGB
CMYK
RGB Variations
Color information
#BCCDD0 (or 0xBCCDD0) is known color: Iron. HEX triplet: BC, CD and D0. RGB value is (188,205,208). Sum of RGB (Red+Green+Blue) = 188+205+208=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD0 is #43322F. Grayscale: #C8C8C8. Windows color (decimal): -4403760 or 13684156. OLE color: 13684156.
HSL color Cylindrical-coordinate representation of color #BCCDD0: hue angle of 189º 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 #BCCDD0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 205 | 208 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 189º | 0.18% | 0.78% | - |
| HSV(B) | 189º | 0.1% | 0.82% | - |
| XYZ | 53.96 | 58.91 | 68.2 | - |
| YUV | 200.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 208 | 0.10 | 0.01 | 0 | 0.18 | 189 | 0.18 | 0.78 |
| Hex | BC | CD | D0 | A | 1 | 0 | 12 | BD | 12 | 4E |
| Octal | 274 | 315 | 320 | 12 | 1 | 0 | 22 | 275 | 22 | 116 |
| Binary | 10111100 | 11001101 | 11010000 | 1010 | 1 | 0 | 10010 | 10111101 | 10010 | 1001110 |
Color Harmonies of #BCCDD0
Complementary color
Monochromatic Colors of #BCCDD0
Black with #BCCDD0
Text Example
Text Example
White with #BCCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDD0; }
p { color: rgb(188,205,208); }
H1.HeaderClassName
{
color: #BCCDD0;
}
.AnyTagClassName
{
color: #BCCDD0;
}
</style>
background-color css
<style>
a { background-color: #BCCDD0; }
a { background-color: rgb(188,205,208); }
div.DivClassName
{
background-color: #BCCDD0;
}
.BgClassName
{
background-color: #BCCDD0;
}
</style>
border-color css
<style>
span { border-color: #BCCDD0; }
span { border-color: rgb(188,205,208); }
td.TdClassName
{
border-color: #BCCDD0;
}
.TagClassName
{
border-color: #BCCDD0;
}
</style>