Shades of Iron #BFCFD4
Tints of Iron #BFCFD4
RGB
CMYK
RGB Variations
Color information
#BFCFD4 (or 0xBFCFD4) is known color: Iron. HEX triplet: BF, CF and D4. RGB value is (191,207,212). Sum of RGB (Red+Green+Blue) = 191+207+212=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFCFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFD4 is #40302B. Grayscale: #CACACA. Windows color (decimal): -4206636 or 13946815. OLE color: 13946815.
HSL color Cylindrical-coordinate representation of color #BFCFD4: hue angle of 194.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCFD4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 207 | 212 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.17 |
| HSL | 194.29º | 0.2% | 0.79% | - |
| HSV(B) | 194.29º | 0.1% | 0.83% | - |
| XYZ | 55.68 | 60.46 | 71.02 | - |
| YUV | 202.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 212 | 0.10 | 0.02 | 0 | 0.17 | 194.29 | 0.2 | 0.79 |
| Hex | BF | CF | D4 | A | 2 | 0 | 11 | C2 | 14 | 4F |
| Octal | 277 | 317 | 324 | 12 | 2 | 0 | 21 | 302 | 24 | 117 |
| Binary | 10111111 | 11001111 | 11010100 | 1010 | 10 | 0 | 10001 | 11000010 | 10100 | 1001111 |
Color Harmonies of #BFCFD4
Complementary color
Monochromatic Colors of #BFCFD4
Black with #BFCFD4
Text Example
Text Example
White with #BFCFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFD4; }
p { color: rgb(191,207,212); }
H1.HeaderClassName
{
color: #BFCFD4;
}
.AnyTagClassName
{
color: #BFCFD4;
}
</style>
background-color css
<style>
a { background-color: #BFCFD4; }
a { background-color: rgb(191,207,212); }
div.DivClassName
{
background-color: #BFCFD4;
}
.BgClassName
{
background-color: #BFCFD4;
}
</style>
border-color css
<style>
span { border-color: #BFCFD4; }
span { border-color: rgb(191,207,212); }
td.TdClassName
{
border-color: #BFCFD4;
}
.TagClassName
{
border-color: #BFCFD4;
}
</style>