Shades of Iron #BDCDD0
Tints of Iron #BDCDD0
RGB
CMYK
RGB Variations
Color information
#BDCDD0 (or 0xBDCDD0) is known color: Iron. HEX triplet: BD, CD and D0. RGB value is (189,205,208). Sum of RGB (Red+Green+Blue) = 189+205+208=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD0 is #42322F. Grayscale: #C8C8C8. Windows color (decimal): -4338224 or 13684157. OLE color: 13684157.
HSL color Cylindrical-coordinate representation of color #BDCDD0: hue angle of 189.47º 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 #BDCDD0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 205 | 208 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.18 |
| HSL | 189.47º | 0.17% | 0.78% | - |
| HSV(B) | 189.47º | 0.09% | 0.82% | - |
| XYZ | 54.2 | 59.04 | 68.21 | - |
| YUV | 200.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 208 | 0.09 | 0.01 | 0 | 0.18 | 189.47 | 0.17 | 0.78 |
| Hex | BD | CD | D0 | 9 | 1 | 0 | 12 | BD | 11 | 4E |
| Octal | 275 | 315 | 320 | 11 | 1 | 0 | 22 | 275 | 21 | 116 |
| Binary | 10111101 | 11001101 | 11010000 | 1001 | 1 | 0 | 10010 | 10111101 | 10001 | 1001110 |
Color Harmonies of #BDCDD0
Complementary color
Monochromatic Colors of #BDCDD0
Black with #BDCDD0
Text Example
Text Example
White with #BDCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDD0; }
p { color: rgb(189,205,208); }
H1.HeaderClassName
{
color: #BDCDD0;
}
.AnyTagClassName
{
color: #BDCDD0;
}
</style>
background-color css
<style>
a { background-color: #BDCDD0; }
a { background-color: rgb(189,205,208); }
div.DivClassName
{
background-color: #BDCDD0;
}
.BgClassName
{
background-color: #BDCDD0;
}
</style>
border-color css
<style>
span { border-color: #BDCDD0; }
span { border-color: rgb(189,205,208); }
td.TdClassName
{
border-color: #BDCDD0;
}
.TagClassName
{
border-color: #BDCDD0;
}
</style>