Shades of Iron #BDCED0
Tints of Iron #BDCED0
RGB
CMYK
RGB Variations
Color information
#BDCED0 (or 0xBDCED0) is known color: Iron. HEX triplet: BD, CE and D0. RGB value is (189,206,208). Sum of RGB (Red+Green+Blue) = 189+206+208=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCED0 is #42312F. Grayscale: #C9C9C9. Windows color (decimal): -4337968 or 13684413. OLE color: 13684413.
HSL color Cylindrical-coordinate representation of color #BDCED0: hue angle of 186.32º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCED0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 206 | 208 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.18 |
| HSL | 186.32º | 0.17% | 0.78% | - |
| HSV(B) | 186.32º | 0.09% | 0.82% | - |
| XYZ | 54.44 | 59.52 | 68.29 | - |
| YUV | 201.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 208 | 0.09 | 0.01 | 0 | 0.18 | 186.32 | 0.17 | 0.78 |
| Hex | BD | CE | D0 | 9 | 1 | 0 | 12 | BA | 11 | 4E |
| Octal | 275 | 316 | 320 | 11 | 1 | 0 | 22 | 272 | 21 | 116 |
| Binary | 10111101 | 11001110 | 11010000 | 1001 | 1 | 0 | 10010 | 10111010 | 10001 | 1001110 |
Color Harmonies of #BDCED0
Complementary color
Monochromatic Colors of #BDCED0
Black with #BDCED0
Text Example
Text Example
White with #BDCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCED0; }
p { color: rgb(189,206,208); }
H1.HeaderClassName
{
color: #BDCED0;
}
.AnyTagClassName
{
color: #BDCED0;
}
</style>
background-color css
<style>
a { background-color: #BDCED0; }
a { background-color: rgb(189,206,208); }
div.DivClassName
{
background-color: #BDCED0;
}
.BgClassName
{
background-color: #BDCED0;
}
</style>
border-color css
<style>
span { border-color: #BDCED0; }
span { border-color: rgb(189,206,208); }
td.TdClassName
{
border-color: #BDCED0;
}
.TagClassName
{
border-color: #BDCED0;
}
</style>