Shades of Iron #BFCACB
Tints of Iron #BFCACB
RGB
CMYK
RGB Variations
Color information
#BFCACB (or 0xBFCACB) is known color: Iron. HEX triplet: BF, CA and CB. RGB value is (191,202,203). Sum of RGB (Red+Green+Blue) = 191+202+203=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCACB is #403534. Grayscale: #C6C6C6. Windows color (decimal): -4207925 or 13355711. OLE color: 13355711.
HSL color Cylindrical-coordinate representation of color #BFCACB: hue angle of 185º 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 #BFCACB is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 202 | 203 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.20 |
| HSL | 185º | 0.1% | 0.77% | - |
| HSV(B) | 185º | 0.06% | 0.8% | - |
| XYZ | 53.39 | 57.63 | 64.81 | - |
| YUV | 198.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 203 | 0.06 | 0.00 | 0 | 0.20 | 185 | 0.1 | 0.77 |
| Hex | BF | CA | CB | 6 | 0 | 0 | 14 | B9 | A | 4D |
| Octal | 277 | 312 | 313 | 6 | 0 | 0 | 24 | 271 | 12 | 115 |
| Binary | 10111111 | 11001010 | 11001011 | 110 | 0 | 0 | 10100 | 10111001 | 1010 | 1001101 |
Color Harmonies of #BFCACB
Complementary color
Monochromatic Colors of #BFCACB
Black with #BFCACB
Text Example
Text Example
White with #BFCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCACB; }
p { color: rgb(191,202,203); }
H1.HeaderClassName
{
color: #BFCACB;
}
.AnyTagClassName
{
color: #BFCACB;
}
</style>
background-color css
<style>
a { background-color: #BFCACB; }
a { background-color: rgb(191,202,203); }
div.DivClassName
{
background-color: #BFCACB;
}
.BgClassName
{
background-color: #BFCACB;
}
</style>
border-color css
<style>
span { border-color: #BFCACB; }
span { border-color: rgb(191,202,203); }
td.TdClassName
{
border-color: #BFCACB;
}
.TagClassName
{
border-color: #BFCACB;
}
</style>