Shades of Iron #BFC9CC
Tints of Iron #BFC9CC
RGB
CMYK
RGB Variations
Color information
#BFC9CC (or 0xBFC9CC) is known color: Iron. HEX triplet: BF, C9 and CC. RGB value is (191,201,204). Sum of RGB (Red+Green+Blue) = 191+201+204=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9CC is #403633. Grayscale: #C6C6C6. Windows color (decimal): -4208180 or 13420991. OLE color: 13420991.
HSL color Cylindrical-coordinate representation of color #BFC9CC: hue angle of 193.85º degrees, saturation: 0.11, 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 #BFC9CC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 201 | 204 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.2 |
| HSL | 193.85º | 0.11% | 0.77% | - |
| HSV(B) | 193.85º | 0.06% | 0.8% | - |
| XYZ | 53.27 | 57.21 | 65.36 | - |
| YUV | 198.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 204 | 0.06 | 0.01 | 0 | 0.2 | 193.85 | 0.11 | 0.77 |
| Hex | BF | C9 | CC | 6 | 1 | 0 | 14 | C2 | B | 4D |
| Octal | 277 | 311 | 314 | 6 | 1 | 0 | 24 | 302 | 13 | 115 |
| Binary | 10111111 | 11001001 | 11001100 | 110 | 1 | 0 | 10100 | 11000010 | 1011 | 1001101 |
Color Harmonies of #BFC9CC
Complementary color
Monochromatic Colors of #BFC9CC
Black with #BFC9CC
Text Example
Text Example
White with #BFC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9CC; }
p { color: rgb(191,201,204); }
H1.HeaderClassName
{
color: #BFC9CC;
}
.AnyTagClassName
{
color: #BFC9CC;
}
</style>
background-color css
<style>
a { background-color: #BFC9CC; }
a { background-color: rgb(191,201,204); }
div.DivClassName
{
background-color: #BFC9CC;
}
.BgClassName
{
background-color: #BFC9CC;
}
</style>
border-color css
<style>
span { border-color: #BFC9CC; }
span { border-color: rgb(191,201,204); }
td.TdClassName
{
border-color: #BFC9CC;
}
.TagClassName
{
border-color: #BFC9CC;
}
</style>