Shades of Iron #BFCFD0
Tints of Iron #BFCFD0
RGB
CMYK
RGB Variations
Color information
#BFCFD0 (or 0xBFCFD0) is known color: Iron. HEX triplet: BF, CF and D0. RGB value is (191,207,208). Sum of RGB (Red+Green+Blue) = 191+207+208=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFD0 is #40302F. Grayscale: #CACACA. Windows color (decimal): -4206640 or 13684671. OLE color: 13684671.
HSL color Cylindrical-coordinate representation of color #BFCFD0: hue angle of 183.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCFD0 is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 207 | 208 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.18 |
| HSL | 183.53º | 0.15% | 0.78% | - |
| HSV(B) | 183.53º | 0.08% | 0.82% | - |
| XYZ | 55.18 | 60.26 | 68.4 | - |
| YUV | 202.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 208 | 0.08 | 0.00 | 0 | 0.18 | 183.53 | 0.15 | 0.78 |
| Hex | BF | CF | D0 | 8 | 0 | 0 | 12 | B8 | F | 4E |
| Octal | 277 | 317 | 320 | 10 | 0 | 0 | 22 | 270 | 17 | 116 |
| Binary | 10111111 | 11001111 | 11010000 | 1000 | 0 | 0 | 10010 | 10111000 | 1111 | 1001110 |
Color Harmonies of #BFCFD0
Complementary color
Monochromatic Colors of #BFCFD0
Black with #BFCFD0
Text Example
Text Example
White with #BFCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFD0; }
p { color: rgb(191,207,208); }
H1.HeaderClassName
{
color: #BFCFD0;
}
.AnyTagClassName
{
color: #BFCFD0;
}
</style>
background-color css
<style>
a { background-color: #BFCFD0; }
a { background-color: rgb(191,207,208); }
div.DivClassName
{
background-color: #BFCFD0;
}
.BgClassName
{
background-color: #BFCFD0;
}
</style>
border-color css
<style>
span { border-color: #BFCFD0; }
span { border-color: rgb(191,207,208); }
td.TdClassName
{
border-color: #BFCFD0;
}
.TagClassName
{
border-color: #BFCFD0;
}
</style>