Shades of Iron #BFCBCF
Tints of Iron #BFCBCF
RGB
CMYK
RGB Variations
Color information
#BFCBCF (or 0xBFCBCF) is known color: Iron. HEX triplet: BF, CB and CF. RGB value is (191,203,207). Sum of RGB (Red+Green+Blue) = 191+203+207=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFCBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBCF is #403430. Grayscale: #C7C7C7. Windows color (decimal): -4207665 or 13618111. OLE color: 13618111.
HSL color Cylindrical-coordinate representation of color #BFCBCF: hue angle of 195º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCBCF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 203 | 207 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.19 |
| HSL | 195º | 0.14% | 0.78% | - |
| HSV(B) | 195º | 0.08% | 0.81% | - |
| XYZ | 54.1 | 58.29 | 67.43 | - |
| YUV | 199.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 207 | 0.08 | 0.02 | 0 | 0.19 | 195 | 0.14 | 0.78 |
| Hex | BF | CB | CF | 8 | 2 | 0 | 13 | C3 | E | 4E |
| Octal | 277 | 313 | 317 | 10 | 2 | 0 | 23 | 303 | 16 | 116 |
| Binary | 10111111 | 11001011 | 11001111 | 1000 | 10 | 0 | 10011 | 11000011 | 1110 | 1001110 |
Color Harmonies of #BFCBCF
Complementary color
Monochromatic Colors of #BFCBCF
Black with #BFCBCF
Text Example
Text Example
White with #BFCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBCF; }
p { color: rgb(191,203,207); }
H1.HeaderClassName
{
color: #BFCBCF;
}
.AnyTagClassName
{
color: #BFCBCF;
}
</style>
background-color css
<style>
a { background-color: #BFCBCF; }
a { background-color: rgb(191,203,207); }
div.DivClassName
{
background-color: #BFCBCF;
}
.BgClassName
{
background-color: #BFCBCF;
}
</style>
border-color css
<style>
span { border-color: #BFCBCF; }
span { border-color: rgb(191,203,207); }
td.TdClassName
{
border-color: #BFCBCF;
}
.TagClassName
{
border-color: #BFCBCF;
}
</style>