Shades of Iron #BFCFCE
Tints of Iron #BFCFCE
RGB
CMYK
RGB Variations
Color information
#BFCFCE (or 0xBFCFCE) is known color: Iron. HEX triplet: BF, CF and CE. RGB value is (191,207,206). Sum of RGB (Red+Green+Blue) = 191+207+206=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFCE is #403031. Grayscale: #CACACA. Windows color (decimal): -4206642 or 13553599. OLE color: 13553599.
HSL color Cylindrical-coordinate representation of color #BFCFCE: hue angle of 176.25º 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 #BFCFCE is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 206 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.19 |
| HSL | 176.25º | 0.14% | 0.78% | - |
| HSV(B) | 176.25º | 0.08% | 0.81% | - |
| XYZ | 54.94 | 60.16 | 67.11 | - |
| YUV | 202.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 206 | 0.08 | 0 | 0.00 | 0.19 | 176.25 | 0.14 | 0.78 |
| Hex | BF | CF | CE | 8 | 0 | 0 | 13 | B0 | E | 4E |
| Octal | 277 | 317 | 316 | 10 | 0 | 0 | 23 | 260 | 16 | 116 |
| Binary | 10111111 | 11001111 | 11001110 | 1000 | 0 | 0 | 10011 | 10110000 | 1110 | 1001110 |
Color Harmonies of #BFCFCE
Complementary color
Monochromatic Colors of #BFCFCE
Black with #BFCFCE
Text Example
Text Example
White with #BFCFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFCE; }
p { color: rgb(191,207,206); }
H1.HeaderClassName
{
color: #BFCFCE;
}
.AnyTagClassName
{
color: #BFCFCE;
}
</style>
background-color css
<style>
a { background-color: #BFCFCE; }
a { background-color: rgb(191,207,206); }
div.DivClassName
{
background-color: #BFCFCE;
}
.BgClassName
{
background-color: #BFCFCE;
}
</style>
border-color css
<style>
span { border-color: #BFCFCE; }
span { border-color: rgb(191,207,206); }
td.TdClassName
{
border-color: #BFCFCE;
}
.TagClassName
{
border-color: #BFCFCE;
}
</style>