Shades of Iron #BECBCB
Tints of Iron #BECBCB
RGB
CMYK
RGB Variations
Color information
#BECBCB (or 0xBECBCB) is known color: Iron. HEX triplet: BE, CB and CB. RGB value is (190,203,203). Sum of RGB (Red+Green+Blue) = 190+203+203=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #BECBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBCB is #413434. Grayscale: #C7C7C7. Windows color (decimal): -4273205 or 13355966. OLE color: 13355966.
HSL color Cylindrical-coordinate representation of color #BECBCB: hue angle of 180º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECBCB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 203 | - |
| CMYK | 0.06 | 0 | 0 | 0.20 |
| HSL | 180º | 0.11% | 0.77% | - |
| HSV(B) | 180º | 0.06% | 0.8% | - |
| XYZ | 53.37 | 57.97 | 64.88 | - |
| YUV | 199.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 203 | 0.06 | 0 | 0 | 0.20 | 180 | 0.11 | 0.77 |
| Hex | BE | CB | CB | 6 | 0 | 0 | 14 | B4 | B | 4D |
| Octal | 276 | 313 | 313 | 6 | 0 | 0 | 24 | 264 | 13 | 115 |
| Binary | 10111110 | 11001011 | 11001011 | 110 | 0 | 0 | 10100 | 10110100 | 1011 | 1001101 |
Color Harmonies of #BECBCB
Complementary color
Monochromatic Colors of #BECBCB
Black with #BECBCB
Text Example
Text Example
White with #BECBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBCB; }
p { color: rgb(190,203,203); }
H1.HeaderClassName
{
color: #BECBCB;
}
.AnyTagClassName
{
color: #BECBCB;
}
</style>
background-color css
<style>
a { background-color: #BECBCB; }
a { background-color: rgb(190,203,203); }
div.DivClassName
{
background-color: #BECBCB;
}
.BgClassName
{
background-color: #BECBCB;
}
</style>
border-color css
<style>
span { border-color: #BECBCB; }
span { border-color: rgb(190,203,203); }
td.TdClassName
{
border-color: #BECBCB;
}
.TagClassName
{
border-color: #BECBCB;
}
</style>