Shades of Iron #BFCDCF
Tints of Iron #BFCDCF
RGB
CMYK
RGB Variations
Color information
#BFCDCF (or 0xBFCDCF) is known color: Iron. HEX triplet: BF, CD and CF. RGB value is (191,205,207). Sum of RGB (Red+Green+Blue) = 191+205+207=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFCDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDCF is #403230. Grayscale: #C9C9C9. Windows color (decimal): -4207153 or 13618623. OLE color: 13618623.
HSL color Cylindrical-coordinate representation of color #BFCDCF: hue angle of 187.5º 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 #BFCDCF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 205 | 207 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.19 |
| HSL | 187.5º | 0.14% | 0.78% | - |
| HSV(B) | 187.5º | 0.08% | 0.81% | - |
| XYZ | 54.58 | 59.24 | 67.59 | - |
| YUV | 201.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 207 | 0.08 | 0.01 | 0 | 0.19 | 187.5 | 0.14 | 0.78 |
| Hex | BF | CD | CF | 8 | 1 | 0 | 13 | BC | E | 4E |
| Octal | 277 | 315 | 317 | 10 | 1 | 0 | 23 | 274 | 16 | 116 |
| Binary | 10111111 | 11001101 | 11001111 | 1000 | 1 | 0 | 10011 | 10111100 | 1110 | 1001110 |
Color Harmonies of #BFCDCF
Complementary color
Monochromatic Colors of #BFCDCF
Black with #BFCDCF
Text Example
Text Example
White with #BFCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDCF; }
p { color: rgb(191,205,207); }
H1.HeaderClassName
{
color: #BFCDCF;
}
.AnyTagClassName
{
color: #BFCDCF;
}
</style>
background-color css
<style>
a { background-color: #BFCDCF; }
a { background-color: rgb(191,205,207); }
div.DivClassName
{
background-color: #BFCDCF;
}
.BgClassName
{
background-color: #BFCDCF;
}
</style>
border-color css
<style>
span { border-color: #BFCDCF; }
span { border-color: rgb(191,205,207); }
td.TdClassName
{
border-color: #BFCDCF;
}
.TagClassName
{
border-color: #BFCDCF;
}
</style>