Shades of Iron #BDCED1
Tints of Iron #BDCED1
RGB
CMYK
RGB Variations
Color information
#BDCED1 (or 0xBDCED1) is known color: Iron. HEX triplet: BD, CE and D1. RGB value is (189,206,209). Sum of RGB (Red+Green+Blue) = 189+206+209=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCED1 is #42312E. Grayscale: #C9C9C9. Windows color (decimal): -4337967 or 13749949. OLE color: 13749949.
HSL color Cylindrical-coordinate representation of color #BDCED1: hue angle of 189º 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 #BDCED1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 206 | 209 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 189º | 0.18% | 0.78% | - |
| HSV(B) | 189º | 0.1% | 0.82% | - |
| XYZ | 54.57 | 59.56 | 68.94 | - |
| YUV | 201.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 209 | 0.10 | 0.01 | 0 | 0.18 | 189 | 0.18 | 0.78 |
| Hex | BD | CE | D1 | A | 1 | 0 | 12 | BD | 12 | 4E |
| Octal | 275 | 316 | 321 | 12 | 1 | 0 | 22 | 275 | 22 | 116 |
| Binary | 10111101 | 11001110 | 11010001 | 1010 | 1 | 0 | 10010 | 10111101 | 10010 | 1001110 |
Color Harmonies of #BDCED1
Complementary color
Monochromatic Colors of #BDCED1
Black with #BDCED1
Text Example
Text Example
White with #BDCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCED1; }
p { color: rgb(189,206,209); }
H1.HeaderClassName
{
color: #BDCED1;
}
.AnyTagClassName
{
color: #BDCED1;
}
</style>
background-color css
<style>
a { background-color: #BDCED1; }
a { background-color: rgb(189,206,209); }
div.DivClassName
{
background-color: #BDCED1;
}
.BgClassName
{
background-color: #BDCED1;
}
</style>
border-color css
<style>
span { border-color: #BDCED1; }
span { border-color: rgb(189,206,209); }
td.TdClassName
{
border-color: #BDCED1;
}
.TagClassName
{
border-color: #BDCED1;
}
</style>