Shades of Iron #BFCBCA
Tints of Iron #BFCBCA
RGB
CMYK
RGB Variations
Color information
#BFCBCA (or 0xBFCBCA) is known color: Iron. HEX triplet: BF, CB and CA. RGB value is (191,203,202). Sum of RGB (Red+Green+Blue) = 191+203+202=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBCA is #403435. Grayscale: #C7C7C7. Windows color (decimal): -4207670 or 13290431. OLE color: 13290431.
HSL color Cylindrical-coordinate representation of color #BFCBCA: hue angle of 175º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCBCA is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 202 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.20 |
| HSL | 175º | 0.1% | 0.77% | - |
| HSV(B) | 175º | 0.06% | 0.8% | - |
| XYZ | 53.5 | 58.05 | 64.26 | - |
| YUV | 199.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 202 | 0.06 | 0 | 0.00 | 0.20 | 175 | 0.1 | 0.77 |
| Hex | BF | CB | CA | 6 | 0 | 0 | 14 | AF | A | 4D |
| Octal | 277 | 313 | 312 | 6 | 0 | 0 | 24 | 257 | 12 | 115 |
| Binary | 10111111 | 11001011 | 11001010 | 110 | 0 | 0 | 10100 | 10101111 | 1010 | 1001101 |
Color Harmonies of #BFCBCA
Complementary color
Monochromatic Colors of #BFCBCA
Black with #BFCBCA
Text Example
Text Example
White with #BFCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBCA; }
p { color: rgb(191,203,202); }
H1.HeaderClassName
{
color: #BFCBCA;
}
.AnyTagClassName
{
color: #BFCBCA;
}
</style>
background-color css
<style>
a { background-color: #BFCBCA; }
a { background-color: rgb(191,203,202); }
div.DivClassName
{
background-color: #BFCBCA;
}
.BgClassName
{
background-color: #BFCBCA;
}
</style>
border-color css
<style>
span { border-color: #BFCBCA; }
span { border-color: rgb(191,203,202); }
td.TdClassName
{
border-color: #BFCBCA;
}
.TagClassName
{
border-color: #BFCBCA;
}
</style>