Shades of Iron #BCCBCB
Tints of Iron #BCCBCB
RGB
CMYK
RGB Variations
Color information
#BCCBCB (or 0xBCCBCB) is known color: Iron. HEX triplet: BC, CB and CB. RGB value is (188,203,203). Sum of RGB (Red+Green+Blue) = 188+203+203=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #BCCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBCB is #433434. Grayscale: #C6C6C6. Windows color (decimal): -4404277 or 13355964. OLE color: 13355964.
HSL color Cylindrical-coordinate representation of color #BCCBCB: hue angle of 180º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCBCB is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 203 | - |
| CMYK | 0.07 | 0 | 0 | 0.20 |
| HSL | 180º | 0.13% | 0.77% | - |
| HSV(B) | 180º | 0.07% | 0.8% | - |
| XYZ | 52.87 | 57.72 | 64.85 | - |
| YUV | 198.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 203 | 0.07 | 0 | 0 | 0.20 | 180 | 0.13 | 0.77 |
| Hex | BC | CB | CB | 7 | 0 | 0 | 14 | B4 | D | 4D |
| Octal | 274 | 313 | 313 | 7 | 0 | 0 | 24 | 264 | 15 | 115 |
| Binary | 10111100 | 11001011 | 11001011 | 111 | 0 | 0 | 10100 | 10110100 | 1101 | 1001101 |
Color Harmonies of #BCCBCB
Complementary color
Monochromatic Colors of #BCCBCB
Black with #BCCBCB
Text Example
Text Example
White with #BCCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBCB; }
p { color: rgb(188,203,203); }
H1.HeaderClassName
{
color: #BCCBCB;
}
.AnyTagClassName
{
color: #BCCBCB;
}
</style>
background-color css
<style>
a { background-color: #BCCBCB; }
a { background-color: rgb(188,203,203); }
div.DivClassName
{
background-color: #BCCBCB;
}
.BgClassName
{
background-color: #BCCBCB;
}
</style>
border-color css
<style>
span { border-color: #BCCBCB; }
span { border-color: rgb(188,203,203); }
td.TdClassName
{
border-color: #BCCBCB;
}
.TagClassName
{
border-color: #BCCBCB;
}
</style>