Shades of Iron #BECECD
Tints of Iron #BECECD
RGB
CMYK
RGB Variations
Color information
#BECECD (or 0xBECECD) is known color: Iron. HEX triplet: BE, CE and CD. RGB value is (190,206,205). Sum of RGB (Red+Green+Blue) = 190+206+205=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 206 - color contains mainly: green. Hex color #BECECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECECD is #413132. Grayscale: #C9C9C9. Windows color (decimal): -4272435 or 13487806. OLE color: 13487806.
HSL color Cylindrical-coordinate representation of color #BECECD: hue angle of 176.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 #BECECD is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 205 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.19 |
| HSL | 176.25º | 0.14% | 0.78% | - |
| HSV(B) | 176.25º | 0.08% | 0.81% | - |
| XYZ | 54.33 | 59.5 | 66.38 | - |
| YUV | 201.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 205 | 0.08 | 0 | 0.00 | 0.19 | 176.25 | 0.14 | 0.78 |
| Hex | BE | CE | CD | 8 | 0 | 0 | 13 | B0 | E | 4E |
| Octal | 276 | 316 | 315 | 10 | 0 | 0 | 23 | 260 | 16 | 116 |
| Binary | 10111110 | 11001110 | 11001101 | 1000 | 0 | 0 | 10011 | 10110000 | 1110 | 1001110 |
Color Harmonies of #BECECD
Complementary color
Monochromatic Colors of #BECECD
Black with #BECECD
Text Example
Text Example
White with #BECECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECECD; }
p { color: rgb(190,206,205); }
H1.HeaderClassName
{
color: #BECECD;
}
.AnyTagClassName
{
color: #BECECD;
}
</style>
background-color css
<style>
a { background-color: #BECECD; }
a { background-color: rgb(190,206,205); }
div.DivClassName
{
background-color: #BECECD;
}
.BgClassName
{
background-color: #BECECD;
}
</style>
border-color css
<style>
span { border-color: #BECECD; }
span { border-color: rgb(190,206,205); }
td.TdClassName
{
border-color: #BECECD;
}
.TagClassName
{
border-color: #BECECD;
}
</style>