Shades of Iron #BDCFD2
Tints of Iron #BDCFD2
RGB
CMYK
RGB Variations
Color information
#BDCFD2 (or 0xBDCFD2) is known color: Iron. HEX triplet: BD, CF and D2. RGB value is (189,207,210). Sum of RGB (Red+Green+Blue) = 189+207+210=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDCFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFD2 is #42302D. Grayscale: #C9C9C9. Windows color (decimal): -4337710 or 13815741. OLE color: 13815741.
HSL color Cylindrical-coordinate representation of color #BDCFD2: hue angle of 188.57º 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 #BDCFD2 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 207 | 210 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 188.57º | 0.19% | 0.78% | - |
| HSV(B) | 188.57º | 0.1% | 0.82% | - |
| XYZ | 54.93 | 60.1 | 69.68 | - |
| YUV | 201.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 210 | 0.10 | 0.01 | 0 | 0.18 | 188.57 | 0.19 | 0.78 |
| Hex | BD | CF | D2 | A | 1 | 0 | 12 | BD | 13 | 4E |
| Octal | 275 | 317 | 322 | 12 | 1 | 0 | 22 | 275 | 23 | 116 |
| Binary | 10111101 | 11001111 | 11010010 | 1010 | 1 | 0 | 10010 | 10111101 | 10011 | 1001110 |
Color Harmonies of #BDCFD2
Complementary color
Monochromatic Colors of #BDCFD2
Black with #BDCFD2
Text Example
Text Example
White with #BDCFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFD2; }
p { color: rgb(189,207,210); }
H1.HeaderClassName
{
color: #BDCFD2;
}
.AnyTagClassName
{
color: #BDCFD2;
}
</style>
background-color css
<style>
a { background-color: #BDCFD2; }
a { background-color: rgb(189,207,210); }
div.DivClassName
{
background-color: #BDCFD2;
}
.BgClassName
{
background-color: #BDCFD2;
}
</style>
border-color css
<style>
span { border-color: #BDCFD2; }
span { border-color: rgb(189,207,210); }
td.TdClassName
{
border-color: #BDCFD2;
}
.TagClassName
{
border-color: #BDCFD2;
}
</style>