Shades of Iron #BECDCF
Tints of Iron #BECDCF
RGB
CMYK
RGB Variations
Color information
#BECDCF (or 0xBECDCF) is known color: Iron. HEX triplet: BE, CD and CF. RGB value is (190,205,207). Sum of RGB (Red+Green+Blue) = 190+205+207=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 205 (80.47% from 255 or 34.05% 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 #BECDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDCF is #413230. Grayscale: #C8C8C8. Windows color (decimal): -4272689 or 13618622. OLE color: 13618622.
HSL color Cylindrical-coordinate representation of color #BECDCF: hue angle of 187.06º degrees, saturation: 0.15, 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 #BECDCF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 205 | 207 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.19 |
| HSL | 187.06º | 0.15% | 0.78% | - |
| HSV(B) | 187.06º | 0.08% | 0.81% | - |
| XYZ | 54.33 | 59.11 | 67.58 | - |
| YUV | 200.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 207 | 0.08 | 0.01 | 0 | 0.19 | 187.06 | 0.15 | 0.78 |
| Hex | BE | CD | CF | 8 | 1 | 0 | 13 | BB | F | 4E |
| Octal | 276 | 315 | 317 | 10 | 1 | 0 | 23 | 273 | 17 | 116 |
| Binary | 10111110 | 11001101 | 11001111 | 1000 | 1 | 0 | 10011 | 10111011 | 1111 | 1001110 |
Color Harmonies of #BECDCF
Complementary color
Monochromatic Colors of #BECDCF
Black with #BECDCF
Text Example
Text Example
White with #BECDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDCF; }
p { color: rgb(190,205,207); }
H1.HeaderClassName
{
color: #BECDCF;
}
.AnyTagClassName
{
color: #BECDCF;
}
</style>
background-color css
<style>
a { background-color: #BECDCF; }
a { background-color: rgb(190,205,207); }
div.DivClassName
{
background-color: #BECDCF;
}
.BgClassName
{
background-color: #BECDCF;
}
</style>
border-color css
<style>
span { border-color: #BECDCF; }
span { border-color: rgb(190,205,207); }
td.TdClassName
{
border-color: #BECDCF;
}
.TagClassName
{
border-color: #BECDCF;
}
</style>