Shades of Iron #BECDCC
Tints of Iron #BECDCC
RGB
CMYK
RGB Variations
Color information
#BECDCC (or 0xBECDCC) is known color: Iron. HEX triplet: BE, CD and CC. RGB value is (190,205,204). Sum of RGB (Red+Green+Blue) = 190+205+204=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDCC is #413233. Grayscale: #C8C8C8. Windows color (decimal): -4272692 or 13422014. OLE color: 13422014.
HSL color Cylindrical-coordinate representation of color #BECDCC: hue angle of 176º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECDCC is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 204 | - |
| CMYK | 0.07 | 0 | 0.00 | 0.20 |
| HSL | 176º | 0.13% | 0.77% | - |
| HSV(B) | 176º | 0.07% | 0.8% | - |
| XYZ | 53.97 | 58.97 | 65.66 | - |
| YUV | 200.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 204 | 0.07 | 0 | 0.00 | 0.20 | 176 | 0.13 | 0.77 |
| Hex | BE | CD | CC | 7 | 0 | 0 | 14 | B0 | D | 4D |
| Octal | 276 | 315 | 314 | 7 | 0 | 0 | 24 | 260 | 15 | 115 |
| Binary | 10111110 | 11001101 | 11001100 | 111 | 0 | 0 | 10100 | 10110000 | 1101 | 1001101 |
Color Harmonies of #BECDCC
Complementary color
Monochromatic Colors of #BECDCC
Black with #BECDCC
Text Example
Text Example
White with #BECDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDCC; }
p { color: rgb(190,205,204); }
H1.HeaderClassName
{
color: #BECDCC;
}
.AnyTagClassName
{
color: #BECDCC;
}
</style>
background-color css
<style>
a { background-color: #BECDCC; }
a { background-color: rgb(190,205,204); }
div.DivClassName
{
background-color: #BECDCC;
}
.BgClassName
{
background-color: #BECDCC;
}
</style>
border-color css
<style>
span { border-color: #BECDCC; }
span { border-color: rgb(190,205,204); }
td.TdClassName
{
border-color: #BECDCC;
}
.TagClassName
{
border-color: #BECDCC;
}
</style>