Shades of Iron #BFC9CA
Tints of Iron #BFC9CA
RGB
CMYK
RGB Variations
Color information
#BFC9CA (or 0xBFC9CA) is known color: Iron. HEX triplet: BF, C9 and CA. RGB value is (191,201,202). Sum of RGB (Red+Green+Blue) = 191+201+202=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9CA is #403635. Grayscale: #C6C6C6. Windows color (decimal): -4208182 or 13289919. OLE color: 13289919.
HSL color Cylindrical-coordinate representation of color #BFC9CA: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC9CA is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 202 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.21 |
| HSL | 185.45º | 0.09% | 0.77% | - |
| HSV(B) | 185.45º | 0.05% | 0.79% | - |
| XYZ | 53.03 | 57.11 | 64.11 | - |
| YUV | 198.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 202 | 0.05 | 0.00 | 0 | 0.21 | 185.45 | 0.09 | 0.77 |
| Hex | BF | C9 | CA | 5 | 0 | 0 | 15 | B9 | 9 | 4D |
| Octal | 277 | 311 | 312 | 5 | 0 | 0 | 25 | 271 | 11 | 115 |
| Binary | 10111111 | 11001001 | 11001010 | 101 | 0 | 0 | 10101 | 10111001 | 1001 | 1001101 |
Color Harmonies of #BFC9CA
Complementary color
Monochromatic Colors of #BFC9CA
Black with #BFC9CA
Text Example
Text Example
White with #BFC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9CA; }
p { color: rgb(191,201,202); }
H1.HeaderClassName
{
color: #BFC9CA;
}
.AnyTagClassName
{
color: #BFC9CA;
}
</style>
background-color css
<style>
a { background-color: #BFC9CA; }
a { background-color: rgb(191,201,202); }
div.DivClassName
{
background-color: #BFC9CA;
}
.BgClassName
{
background-color: #BFC9CA;
}
</style>
border-color css
<style>
span { border-color: #BFC9CA; }
span { border-color: rgb(191,201,202); }
td.TdClassName
{
border-color: #BFC9CA;
}
.TagClassName
{
border-color: #BFC9CA;
}
</style>