Shades of Iron #BCCBCD
Tints of Iron #BCCBCD
RGB
CMYK
RGB Variations
Color information
#BCCBCD (or 0xBCCBCD) is known color: Iron. HEX triplet: BC, CB and CD. RGB value is (188,203,205). Sum of RGB (Red+Green+Blue) = 188+203+205=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCCBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBCD is #433432. Grayscale: #C6C6C6. Windows color (decimal): -4404275 or 13487036. OLE color: 13487036.
HSL color Cylindrical-coordinate representation of color #BCCBCD: hue angle of 187.06º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCBCD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 205 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.20 |
| HSL | 187.06º | 0.15% | 0.77% | - |
| HSV(B) | 187.06º | 0.08% | 0.8% | - |
| XYZ | 53.11 | 57.81 | 66.12 | - |
| YUV | 198.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 205 | 0.08 | 0.01 | 0 | 0.20 | 187.06 | 0.15 | 0.77 |
| Hex | BC | CB | CD | 8 | 1 | 0 | 14 | BB | F | 4D |
| Octal | 274 | 313 | 315 | 10 | 1 | 0 | 24 | 273 | 17 | 115 |
| Binary | 10111100 | 11001011 | 11001101 | 1000 | 1 | 0 | 10100 | 10111011 | 1111 | 1001101 |
Color Harmonies of #BCCBCD
Complementary color
Monochromatic Colors of #BCCBCD
Black with #BCCBCD
Text Example
Text Example
White with #BCCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBCD; }
p { color: rgb(188,203,205); }
H1.HeaderClassName
{
color: #BCCBCD;
}
.AnyTagClassName
{
color: #BCCBCD;
}
</style>
background-color css
<style>
a { background-color: #BCCBCD; }
a { background-color: rgb(188,203,205); }
div.DivClassName
{
background-color: #BCCBCD;
}
.BgClassName
{
background-color: #BCCBCD;
}
</style>
border-color css
<style>
span { border-color: #BCCBCD; }
span { border-color: rgb(188,203,205); }
td.TdClassName
{
border-color: #BCCBCD;
}
.TagClassName
{
border-color: #BCCBCD;
}
</style>