Shades of Iron #BFCCCF
Tints of Iron #BFCCCF
RGB
CMYK
RGB Variations
Color information
#BFCCCF (or 0xBFCCCF) is known color: Iron. HEX triplet: BF, CC and CF. RGB value is (191,204,207). Sum of RGB (Red+Green+Blue) = 191+204+207=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCCF is #403330. Grayscale: #C8C8C8. Windows color (decimal): -4207409 or 13618367. OLE color: 13618367.
HSL color Cylindrical-coordinate representation of color #BFCCCF: hue angle of 191.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCCCF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 204 | 207 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.19 |
| HSL | 191.25º | 0.14% | 0.78% | - |
| HSV(B) | 191.25º | 0.08% | 0.81% | - |
| XYZ | 54.34 | 58.77 | 67.51 | - |
| YUV | 200.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 207 | 0.08 | 0.01 | 0 | 0.19 | 191.25 | 0.14 | 0.78 |
| Hex | BF | CC | CF | 8 | 1 | 0 | 13 | BF | E | 4E |
| Octal | 277 | 314 | 317 | 10 | 1 | 0 | 23 | 277 | 16 | 116 |
| Binary | 10111111 | 11001100 | 11001111 | 1000 | 1 | 0 | 10011 | 10111111 | 1110 | 1001110 |
Color Harmonies of #BFCCCF
Complementary color
Monochromatic Colors of #BFCCCF
Black with #BFCCCF
Text Example
Text Example
White with #BFCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCCF; }
p { color: rgb(191,204,207); }
H1.HeaderClassName
{
color: #BFCCCF;
}
.AnyTagClassName
{
color: #BFCCCF;
}
</style>
background-color css
<style>
a { background-color: #BFCCCF; }
a { background-color: rgb(191,204,207); }
div.DivClassName
{
background-color: #BFCCCF;
}
.BgClassName
{
background-color: #BFCCCF;
}
</style>
border-color css
<style>
span { border-color: #BFCCCF; }
span { border-color: rgb(191,204,207); }
td.TdClassName
{
border-color: #BFCCCF;
}
.TagClassName
{
border-color: #BFCCCF;
}
</style>