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