Shades of Iron #BCCBCE
Tints of Iron #BCCBCE
RGB
CMYK
RGB Variations
Color information
#BCCBCE (or 0xBCCBCE) is known color: Iron. HEX triplet: BC, CB and CE. RGB value is (188,203,206). Sum of RGB (Red+Green+Blue) = 188+203+206=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCCBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBCE is #433431. Grayscale: #C6C6C6. Windows color (decimal): -4404274 or 13552572. OLE color: 13552572.
HSL color Cylindrical-coordinate representation of color #BCCBCE: hue angle of 190º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCBCE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 203 | 206 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.19 |
| HSL | 190º | 0.16% | 0.77% | - |
| HSV(B) | 190º | 0.09% | 0.81% | - |
| XYZ | 53.24 | 57.86 | 66.75 | - |
| YUV | 198.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 206 | 0.09 | 0.01 | 0 | 0.19 | 190 | 0.16 | 0.77 |
| Hex | BC | CB | CE | 9 | 1 | 0 | 13 | BE | 10 | 4D |
| Octal | 274 | 313 | 316 | 11 | 1 | 0 | 23 | 276 | 20 | 115 |
| Binary | 10111100 | 11001011 | 11001110 | 1001 | 1 | 0 | 10011 | 10111110 | 10000 | 1001101 |
Color Harmonies of #BCCBCE
Complementary color
Monochromatic Colors of #BCCBCE
Black with #BCCBCE
Text Example
Text Example
White with #BCCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBCE; }
p { color: rgb(188,203,206); }
H1.HeaderClassName
{
color: #BCCBCE;
}
.AnyTagClassName
{
color: #BCCBCE;
}
</style>
background-color css
<style>
a { background-color: #BCCBCE; }
a { background-color: rgb(188,203,206); }
div.DivClassName
{
background-color: #BCCBCE;
}
.BgClassName
{
background-color: #BCCBCE;
}
</style>
border-color css
<style>
span { border-color: #BCCBCE; }
span { border-color: rgb(188,203,206); }
td.TdClassName
{
border-color: #BCCBCE;
}
.TagClassName
{
border-color: #BCCBCE;
}
</style>