Shades of Iron #BFCBCE
Tints of Iron #BFCBCE
RGB
CMYK
RGB Variations
Color information
#BFCBCE (or 0xBFCBCE) is known color: Iron. HEX triplet: BF, CB and CE. RGB value is (191,203,206). Sum of RGB (Red+Green+Blue) = 191+203+206=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFCBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBCE is #403431. Grayscale: #C7C7C7. Windows color (decimal): -4207666 or 13552575. OLE color: 13552575.
HSL color Cylindrical-coordinate representation of color #BFCBCE: hue angle of 192º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCBCE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 203 | 206 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.19 |
| HSL | 192º | 0.13% | 0.78% | - |
| HSV(B) | 192º | 0.07% | 0.81% | - |
| XYZ | 53.98 | 58.24 | 66.79 | - |
| YUV | 199.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 206 | 0.07 | 0.01 | 0 | 0.19 | 192 | 0.13 | 0.78 |
| Hex | BF | CB | CE | 7 | 1 | 0 | 13 | C0 | D | 4E |
| Octal | 277 | 313 | 316 | 7 | 1 | 0 | 23 | 300 | 15 | 116 |
| Binary | 10111111 | 11001011 | 11001110 | 111 | 1 | 0 | 10011 | 11000000 | 1101 | 1001110 |
Color Harmonies of #BFCBCE
Complementary color
Monochromatic Colors of #BFCBCE
Black with #BFCBCE
Text Example
Text Example
White with #BFCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBCE; }
p { color: rgb(191,203,206); }
H1.HeaderClassName
{
color: #BFCBCE;
}
.AnyTagClassName
{
color: #BFCBCE;
}
</style>
background-color css
<style>
a { background-color: #BFCBCE; }
a { background-color: rgb(191,203,206); }
div.DivClassName
{
background-color: #BFCBCE;
}
.BgClassName
{
background-color: #BFCBCE;
}
</style>
border-color css
<style>
span { border-color: #BFCBCE; }
span { border-color: rgb(191,203,206); }
td.TdClassName
{
border-color: #BFCBCE;
}
.TagClassName
{
border-color: #BFCBCE;
}
</style>