Shades of Iron #BDCECD
Tints of Iron #BDCECD
RGB
CMYK
RGB Variations
Color information
#BDCECD (or 0xBDCECD) is known color: Iron. HEX triplet: BD, CE and CD. RGB value is (189,206,205). Sum of RGB (Red+Green+Blue) = 189+206+205=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCECD is #423132. Grayscale: #C8C8C8. Windows color (decimal): -4337971 or 13487805. OLE color: 13487805.
HSL color Cylindrical-coordinate representation of color #BDCECD: hue angle of 176.47º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCECD is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 205 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.19 |
| HSL | 176.47º | 0.15% | 0.77% | - |
| HSV(B) | 176.47º | 0.08% | 0.81% | - |
| XYZ | 54.08 | 59.37 | 66.37 | - |
| YUV | 200.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 205 | 0.08 | 0 | 0.00 | 0.19 | 176.47 | 0.15 | 0.77 |
| Hex | BD | CE | CD | 8 | 0 | 0 | 13 | B0 | F | 4D |
| Octal | 275 | 316 | 315 | 10 | 0 | 0 | 23 | 260 | 17 | 115 |
| Binary | 10111101 | 11001110 | 11001101 | 1000 | 0 | 0 | 10011 | 10110000 | 1111 | 1001101 |
Color Harmonies of #BDCECD
Complementary color
Monochromatic Colors of #BDCECD
Black with #BDCECD
Text Example
Text Example
White with #BDCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCECD; }
p { color: rgb(189,206,205); }
H1.HeaderClassName
{
color: #BDCECD;
}
.AnyTagClassName
{
color: #BDCECD;
}
</style>
background-color css
<style>
a { background-color: #BDCECD; }
a { background-color: rgb(189,206,205); }
div.DivClassName
{
background-color: #BDCECD;
}
.BgClassName
{
background-color: #BDCECD;
}
</style>
border-color css
<style>
span { border-color: #BDCECD; }
span { border-color: rgb(189,206,205); }
td.TdClassName
{
border-color: #BDCECD;
}
.TagClassName
{
border-color: #BDCECD;
}
</style>