Shades of Iron #BFCBCB
Tints of Iron #BFCBCB
RGB
CMYK
RGB Variations
Color information
#BFCBCB (or 0xBFCBCB) is known color: Iron. HEX triplet: BF, CB and CB. RGB value is (191,203,203). Sum of RGB (Red+Green+Blue) = 191+203+203=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #BFCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBCB is #403434. Grayscale: #C7C7C7. Windows color (decimal): -4207669 or 13355967. OLE color: 13355967.
HSL color Cylindrical-coordinate representation of color #BFCBCB: hue angle of 180º 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 #BFCBCB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 203 | - |
| CMYK | 0.06 | 0 | 0 | 0.20 |
| HSL | 180º | 0.1% | 0.77% | - |
| HSV(B) | 180º | 0.06% | 0.8% | - |
| XYZ | 53.62 | 58.1 | 64.89 | - |
| YUV | 199.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 203 | 0.06 | 0 | 0 | 0.20 | 180 | 0.1 | 0.77 |
| Hex | BF | CB | CB | 6 | 0 | 0 | 14 | B4 | A | 4D |
| Octal | 277 | 313 | 313 | 6 | 0 | 0 | 24 | 264 | 12 | 115 |
| Binary | 10111111 | 11001011 | 11001011 | 110 | 0 | 0 | 10100 | 10110100 | 1010 | 1001101 |
Color Harmonies of #BFCBCB
Complementary color
Monochromatic Colors of #BFCBCB
Black with #BFCBCB
Text Example
Text Example
White with #BFCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBCB; }
p { color: rgb(191,203,203); }
H1.HeaderClassName
{
color: #BFCBCB;
}
.AnyTagClassName
{
color: #BFCBCB;
}
</style>
background-color css
<style>
a { background-color: #BFCBCB; }
a { background-color: rgb(191,203,203); }
div.DivClassName
{
background-color: #BFCBCB;
}
.BgClassName
{
background-color: #BFCBCB;
}
</style>
border-color css
<style>
span { border-color: #BFCBCB; }
span { border-color: rgb(191,203,203); }
td.TdClassName
{
border-color: #BFCBCB;
}
.TagClassName
{
border-color: #BFCBCB;
}
</style>