Shades of Iron #BFCDCD
Tints of Iron #BFCDCD
RGB
CMYK
RGB Variations
Color information
#BFCDCD (or 0xBFCDCD) is known color: Iron. HEX triplet: BF, CD and CD. RGB value is (191,205,205). Sum of RGB (Red+Green+Blue) = 191+205+205=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BFCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDCD is #403232. Grayscale: #C8C8C8. Windows color (decimal): -4207155 or 13487551. OLE color: 13487551.
HSL color Cylindrical-coordinate representation of color #BFCDCD: hue angle of 180º 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 #BFCDCD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 191 | 205 | 205 | - |
CMYK | 0.07 | 0 | 0 | 0.20 |
HSL | 180º | 0.12% | 0.78% | - |
HSV(B) | 180º | 0.07% | 0.8% | - |
XYZ | 54.34 | 59.15 | 66.31 | - |
YUV | 200.81 | 130.36 | 121 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 205 | 205 | 0.07 | 0 | 0 | 0.20 | 180 | 0.12 | 0.78 |
Hex | BF | CD | CD | 7 | 0 | 0 | 14 | B4 | C | 4E |
Octal | 277 | 315 | 315 | 7 | 0 | 0 | 24 | 264 | 14 | 116 |
Binary | 10111111 | 11001101 | 11001101 | 111 | 0 | 0 | 10100 | 10110100 | 1100 | 1001110 |
Color Harmonies of #BFCDCD
Complementary color
Monochromatic Colors of #BFCDCD
Black with #BFCDCD
Text Example
Text Example
White with #BFCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDCD; }
p { color: rgb(191,205,205); }
H1.HeaderClassName
{
color: #BFCDCD;
}
.AnyTagClassName
{
color: #BFCDCD;
}
</style>
background-color css
<style>
a { background-color: #BFCDCD; }
a { background-color: rgb(191,205,205); }
div.DivClassName
{
background-color: #BFCDCD;
}
.BgClassName
{
background-color: #BFCDCD;
}
</style>
border-color css
<style>
span { border-color: #BFCDCD; }
span { border-color: rgb(191,205,205); }
td.TdClassName
{
border-color: #BFCDCD;
}
.TagClassName
{
border-color: #BFCDCD;
}
</style>