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