Shades of Iron #BCCCCB
Tints of Iron #BCCCCB
RGB
CMYK
RGB Variations
Color information
#BCCCCB (or 0xBCCCCB) is known color: Iron. HEX triplet: BC, CC and CB. RGB value is (188,204,203). Sum of RGB (Red+Green+Blue) = 188+204+203=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCCB is #433334. Grayscale: #C7C7C7. Windows color (decimal): -4404021 or 13356220. OLE color: 13356220.
HSL color Cylindrical-coordinate representation of color #BCCCCB: hue angle of 176.25º degrees, saturation: 0.14, 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 #BCCCCB is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 203 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.2 |
| HSL | 176.25º | 0.14% | 0.77% | - |
| HSV(B) | 176.25º | 0.08% | 0.8% | - |
| XYZ | 53.11 | 58.19 | 64.93 | - |
| YUV | 199.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 203 | 0.08 | 0 | 0.00 | 0.2 | 176.25 | 0.14 | 0.77 |
| Hex | BC | CC | CB | 8 | 0 | 0 | 14 | B0 | E | 4D |
| Octal | 274 | 314 | 313 | 10 | 0 | 0 | 24 | 260 | 16 | 115 |
| Binary | 10111100 | 11001100 | 11001011 | 1000 | 0 | 0 | 10100 | 10110000 | 1110 | 1001101 |
Color Harmonies of #BCCCCB
Complementary color
Monochromatic Colors of #BCCCCB
Black with #BCCCCB
Text Example
Text Example
White with #BCCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCCB; }
p { color: rgb(188,204,203); }
H1.HeaderClassName
{
color: #BCCCCB;
}
.AnyTagClassName
{
color: #BCCCCB;
}
</style>
background-color css
<style>
a { background-color: #BCCCCB; }
a { background-color: rgb(188,204,203); }
div.DivClassName
{
background-color: #BCCCCB;
}
.BgClassName
{
background-color: #BCCCCB;
}
</style>
border-color css
<style>
span { border-color: #BCCCCB; }
span { border-color: rgb(188,204,203); }
td.TdClassName
{
border-color: #BCCCCB;
}
.TagClassName
{
border-color: #BCCCCB;
}
</style>