Shades of Iron #BFD0CF
Tints of Iron #BFD0CF
RGB
CMYK
RGB Variations
Color information
#BFD0CF (or 0xBFD0CF) is known color: Iron. HEX triplet: BF, D0 and CF. RGB value is (191,208,207). Sum of RGB (Red+Green+Blue) = 191+208+207=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0CF is #402F30. Grayscale: #CACACA. Windows color (decimal): -4206385 or 13619391. OLE color: 13619391.
HSL color Cylindrical-coordinate representation of color #BFD0CF: hue angle of 176.47º 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 #BFD0CF is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 207 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.18 |
| HSL | 176.47º | 0.15% | 0.78% | - |
| HSV(B) | 176.47º | 0.08% | 0.82% | - |
| XYZ | 55.3 | 60.69 | 67.83 | - |
| YUV | 202.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 207 | 0.08 | 0 | 0.00 | 0.18 | 176.47 | 0.15 | 0.78 |
| Hex | BF | D0 | CF | 8 | 0 | 0 | 12 | B0 | F | 4E |
| Octal | 277 | 320 | 317 | 10 | 0 | 0 | 22 | 260 | 17 | 116 |
| Binary | 10111111 | 11010000 | 11001111 | 1000 | 0 | 0 | 10010 | 10110000 | 1111 | 1001110 |
Color Harmonies of #BFD0CF
Complementary color
Monochromatic Colors of #BFD0CF
Black with #BFD0CF
Text Example
Text Example
White with #BFD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0CF; }
p { color: rgb(191,208,207); }
H1.HeaderClassName
{
color: #BFD0CF;
}
.AnyTagClassName
{
color: #BFD0CF;
}
</style>
background-color css
<style>
a { background-color: #BFD0CF; }
a { background-color: rgb(191,208,207); }
div.DivClassName
{
background-color: #BFD0CF;
}
.BgClassName
{
background-color: #BFD0CF;
}
</style>
border-color css
<style>
span { border-color: #BFD0CF; }
span { border-color: rgb(191,208,207); }
td.TdClassName
{
border-color: #BFD0CF;
}
.TagClassName
{
border-color: #BFD0CF;
}
</style>