Shades of Iron #BDCFD1
Tints of Iron #BDCFD1
RGB
CMYK
RGB Variations
Color information
#BDCFD1 (or 0xBDCFD1) is known color: Iron. HEX triplet: BD, CF and D1. RGB value is (189,207,209). Sum of RGB (Red+Green+Blue) = 189+207+209=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDCFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFD1 is #42302E. Grayscale: #C9C9C9. Windows color (decimal): -4337711 or 13750205. OLE color: 13750205.
HSL color Cylindrical-coordinate representation of color #BDCFD1: hue angle of 186º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCFD1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 207 | 209 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 186º | 0.18% | 0.78% | - |
| HSV(B) | 186º | 0.1% | 0.82% | - |
| XYZ | 54.81 | 60.05 | 69.02 | - |
| YUV | 201.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 209 | 0.10 | 0.01 | 0 | 0.18 | 186 | 0.18 | 0.78 |
| Hex | BD | CF | D1 | A | 1 | 0 | 12 | BA | 12 | 4E |
| Octal | 275 | 317 | 321 | 12 | 1 | 0 | 22 | 272 | 22 | 116 |
| Binary | 10111101 | 11001111 | 11010001 | 1010 | 1 | 0 | 10010 | 10111010 | 10010 | 1001110 |
Color Harmonies of #BDCFD1
Complementary color
Monochromatic Colors of #BDCFD1
Black with #BDCFD1
Text Example
Text Example
White with #BDCFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFD1; }
p { color: rgb(189,207,209); }
H1.HeaderClassName
{
color: #BDCFD1;
}
.AnyTagClassName
{
color: #BDCFD1;
}
</style>
background-color css
<style>
a { background-color: #BDCFD1; }
a { background-color: rgb(189,207,209); }
div.DivClassName
{
background-color: #BDCFD1;
}
.BgClassName
{
background-color: #BDCFD1;
}
</style>
border-color css
<style>
span { border-color: #BDCFD1; }
span { border-color: rgb(189,207,209); }
td.TdClassName
{
border-color: #BDCFD1;
}
.TagClassName
{
border-color: #BDCFD1;
}
</style>