Shades of Iron #BFCACD
Tints of Iron #BFCACD
RGB
CMYK
RGB Variations
Color information
#BFCACD (or 0xBFCACD) is known color: Iron. HEX triplet: BF, CA and CD. RGB value is (191,202,205). Sum of RGB (Red+Green+Blue) = 191+202+205=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCACD is #403532. Grayscale: #C7C7C7. Windows color (decimal): -4207923 or 13486783. OLE color: 13486783.
HSL color Cylindrical-coordinate representation of color #BFCACD: hue angle of 192.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCACD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 202 | 205 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.20 |
| HSL | 192.86º | 0.12% | 0.78% | - |
| HSV(B) | 192.86º | 0.07% | 0.8% | - |
| XYZ | 53.63 | 57.73 | 66.07 | - |
| YUV | 199.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 205 | 0.07 | 0.01 | 0 | 0.20 | 192.86 | 0.12 | 0.78 |
| Hex | BF | CA | CD | 7 | 1 | 0 | 14 | C1 | C | 4E |
| Octal | 277 | 312 | 315 | 7 | 1 | 0 | 24 | 301 | 14 | 116 |
| Binary | 10111111 | 11001010 | 11001101 | 111 | 1 | 0 | 10100 | 11000001 | 1100 | 1001110 |
Color Harmonies of #BFCACD
Complementary color
Monochromatic Colors of #BFCACD
Black with #BFCACD
Text Example
Text Example
White with #BFCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCACD; }
p { color: rgb(191,202,205); }
H1.HeaderClassName
{
color: #BFCACD;
}
.AnyTagClassName
{
color: #BFCACD;
}
</style>
background-color css
<style>
a { background-color: #BFCACD; }
a { background-color: rgb(191,202,205); }
div.DivClassName
{
background-color: #BFCACD;
}
.BgClassName
{
background-color: #BFCACD;
}
</style>
border-color css
<style>
span { border-color: #BFCACD; }
span { border-color: rgb(191,202,205); }
td.TdClassName
{
border-color: #BFCACD;
}
.TagClassName
{
border-color: #BFCACD;
}
</style>