Shades of Iron #BFCCCD
Tints of Iron #BFCCCD
RGB
CMYK
RGB Variations
Color information
#BFCCCD (or 0xBFCCCD) is known color: Iron. HEX triplet: BF, CC and CD. RGB value is (191,204,205). Sum of RGB (Red+Green+Blue) = 191+204+205=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCCD is #403332. Grayscale: #C8C8C8. Windows color (decimal): -4207411 or 13487295. OLE color: 13487295.
HSL color Cylindrical-coordinate representation of color #BFCCCD: hue angle of 184.29º 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 #BFCCCD is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 204 | 205 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.20 |
| HSL | 184.29º | 0.12% | 0.78% | - |
| HSV(B) | 184.29º | 0.07% | 0.8% | - |
| XYZ | 54.1 | 58.67 | 66.23 | - |
| YUV | 200.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 205 | 0.07 | 0.00 | 0 | 0.20 | 184.29 | 0.12 | 0.78 |
| Hex | BF | CC | CD | 7 | 0 | 0 | 14 | B8 | C | 4E |
| Octal | 277 | 314 | 315 | 7 | 0 | 0 | 24 | 270 | 14 | 116 |
| Binary | 10111111 | 11001100 | 11001101 | 111 | 0 | 0 | 10100 | 10111000 | 1100 | 1001110 |
Color Harmonies of #BFCCCD
Complementary color
Monochromatic Colors of #BFCCCD
Black with #BFCCCD
Text Example
Text Example
White with #BFCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCCD; }
p { color: rgb(191,204,205); }
H1.HeaderClassName
{
color: #BFCCCD;
}
.AnyTagClassName
{
color: #BFCCCD;
}
</style>
background-color css
<style>
a { background-color: #BFCCCD; }
a { background-color: rgb(191,204,205); }
div.DivClassName
{
background-color: #BFCCCD;
}
.BgClassName
{
background-color: #BFCCCD;
}
</style>
border-color css
<style>
span { border-color: #BFCCCD; }
span { border-color: rgb(191,204,205); }
td.TdClassName
{
border-color: #BFCCCD;
}
.TagClassName
{
border-color: #BFCCCD;
}
</style>