Shades of Iron #BDCED2
Tints of Iron #BDCED2
RGB
CMYK
RGB Variations
Color information
#BDCED2 (or 0xBDCED2) is known color: Iron. HEX triplet: BD, CE and D2. RGB value is (189,206,210). Sum of RGB (Red+Green+Blue) = 189+206+210=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDCED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCED2 is #42312D. Grayscale: #C9C9C9. Windows color (decimal): -4337966 or 13815485. OLE color: 13815485.
HSL color Cylindrical-coordinate representation of color #BDCED2: hue angle of 191.43º degrees, saturation: 0.19, 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 #BDCED2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 206 | 210 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.18 |
| HSL | 191.43º | 0.19% | 0.78% | - |
| HSV(B) | 191.43º | 0.1% | 0.82% | - |
| XYZ | 54.69 | 59.61 | 69.6 | - |
| YUV | 201.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 210 | 0.10 | 0.02 | 0 | 0.18 | 191.43 | 0.19 | 0.78 |
| Hex | BD | CE | D2 | A | 2 | 0 | 12 | BF | 13 | 4E |
| Octal | 275 | 316 | 322 | 12 | 2 | 0 | 22 | 277 | 23 | 116 |
| Binary | 10111101 | 11001110 | 11010010 | 1010 | 10 | 0 | 10010 | 10111111 | 10011 | 1001110 |
Color Harmonies of #BDCED2
Complementary color
Monochromatic Colors of #BDCED2
Black with #BDCED2
Text Example
Text Example
White with #BDCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCED2; }
p { color: rgb(189,206,210); }
H1.HeaderClassName
{
color: #BDCED2;
}
.AnyTagClassName
{
color: #BDCED2;
}
</style>
background-color css
<style>
a { background-color: #BDCED2; }
a { background-color: rgb(189,206,210); }
div.DivClassName
{
background-color: #BDCED2;
}
.BgClassName
{
background-color: #BDCED2;
}
</style>
border-color css
<style>
span { border-color: #BDCED2; }
span { border-color: rgb(189,206,210); }
td.TdClassName
{
border-color: #BDCED2;
}
.TagClassName
{
border-color: #BDCED2;
}
</style>