Shades of Iron #BFC9CB
Tints of Iron #BFC9CB
RGB
CMYK
RGB Variations
Color information
#BFC9CB (or 0xBFC9CB) is known color: Iron. HEX triplet: BF, C9 and CB. RGB value is (191,201,203). Sum of RGB (Red+Green+Blue) = 191+201+203=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9CB is #403634. Grayscale: #C6C6C6. Windows color (decimal): -4208181 or 13355455. OLE color: 13355455.
HSL color Cylindrical-coordinate representation of color #BFC9CB: hue angle of 190º degrees, saturation: 0.1, 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 #BFC9CB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 201 | 203 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.20 |
| HSL | 190º | 0.1% | 0.77% | - |
| HSV(B) | 190º | 0.06% | 0.8% | - |
| XYZ | 53.15 | 57.16 | 64.73 | - |
| YUV | 198.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 203 | 0.06 | 0.01 | 0 | 0.20 | 190 | 0.1 | 0.77 |
| Hex | BF | C9 | CB | 6 | 1 | 0 | 14 | BE | A | 4D |
| Octal | 277 | 311 | 313 | 6 | 1 | 0 | 24 | 276 | 12 | 115 |
| Binary | 10111111 | 11001001 | 11001011 | 110 | 1 | 0 | 10100 | 10111110 | 1010 | 1001101 |
Color Harmonies of #BFC9CB
Complementary color
Monochromatic Colors of #BFC9CB
Black with #BFC9CB
Text Example
Text Example
White with #BFC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9CB; }
p { color: rgb(191,201,203); }
H1.HeaderClassName
{
color: #BFC9CB;
}
.AnyTagClassName
{
color: #BFC9CB;
}
</style>
background-color css
<style>
a { background-color: #BFC9CB; }
a { background-color: rgb(191,201,203); }
div.DivClassName
{
background-color: #BFC9CB;
}
.BgClassName
{
background-color: #BFC9CB;
}
</style>
border-color css
<style>
span { border-color: #BFC9CB; }
span { border-color: rgb(191,201,203); }
td.TdClassName
{
border-color: #BFC9CB;
}
.TagClassName
{
border-color: #BFC9CB;
}
</style>