Shades of Iron #BEC9CB
Tints of Iron #BEC9CB
RGB
CMYK
RGB Variations
Color information
#BEC9CB (or 0xBEC9CB) is known color: Iron. HEX triplet: BE, C9 and CB. RGB value is (190,201,203). Sum of RGB (Red+Green+Blue) = 190+201+203=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CB is #413634. Grayscale: #C5C5C5. Windows color (decimal): -4273717 or 13355454. OLE color: 13355454.
HSL color Cylindrical-coordinate representation of color #BEC9CB: hue angle of 189.23º 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 #BEC9CB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 201 | 203 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.20 |
| HSL | 189.23º | 0.11% | 0.77% | - |
| HSV(B) | 189.23º | 0.06% | 0.8% | - |
| XYZ | 52.9 | 57.03 | 64.72 | - |
| YUV | 197.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 203 | 0.06 | 0.01 | 0 | 0.20 | 189.23 | 0.11 | 0.77 |
| Hex | BE | C9 | CB | 6 | 1 | 0 | 14 | BD | B | 4D |
| Octal | 276 | 311 | 313 | 6 | 1 | 0 | 24 | 275 | 13 | 115 |
| Binary | 10111110 | 11001001 | 11001011 | 110 | 1 | 0 | 10100 | 10111101 | 1011 | 1001101 |
Color Harmonies of #BEC9CB
Complementary color
Monochromatic Colors of #BEC9CB
Black with #BEC9CB
Text Example
Text Example
White with #BEC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9CB; }
p { color: rgb(190,201,203); }
H1.HeaderClassName
{
color: #BEC9CB;
}
.AnyTagClassName
{
color: #BEC9CB;
}
</style>
background-color css
<style>
a { background-color: #BEC9CB; }
a { background-color: rgb(190,201,203); }
div.DivClassName
{
background-color: #BEC9CB;
}
.BgClassName
{
background-color: #BEC9CB;
}
</style>
border-color css
<style>
span { border-color: #BEC9CB; }
span { border-color: rgb(190,201,203); }
td.TdClassName
{
border-color: #BEC9CB;
}
.TagClassName
{
border-color: #BEC9CB;
}
</style>