Shades of Iron #BDCFD3
Tints of Iron #BDCFD3
RGB
CMYK
RGB Variations
Color information
#BDCFD3 (or 0xBDCFD3) is known color: Iron. HEX triplet: BD, CF and D3. RGB value is (189,207,211). Sum of RGB (Red+Green+Blue) = 189+207+211=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDCFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFD3 is #42302C. Grayscale: #CACACA. Windows color (decimal): -4337709 or 13881277. OLE color: 13881277.
HSL color Cylindrical-coordinate representation of color #BDCFD3: hue angle of 190.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCFD3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 207 | 211 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.17 |
| HSL | 190.91º | 0.2% | 0.78% | - |
| HSV(B) | 190.91º | 0.1% | 0.83% | - |
| XYZ | 55.06 | 60.15 | 70.34 | - |
| YUV | 202.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 211 | 0.10 | 0.02 | 0 | 0.17 | 190.91 | 0.2 | 0.78 |
| Hex | BD | CF | D3 | A | 2 | 0 | 11 | BF | 14 | 4E |
| Octal | 275 | 317 | 323 | 12 | 2 | 0 | 21 | 277 | 24 | 116 |
| Binary | 10111101 | 11001111 | 11010011 | 1010 | 10 | 0 | 10001 | 10111111 | 10100 | 1001110 |
Color Harmonies of #BDCFD3
Complementary color
Monochromatic Colors of #BDCFD3
Black with #BDCFD3
Text Example
Text Example
White with #BDCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFD3; }
p { color: rgb(189,207,211); }
H1.HeaderClassName
{
color: #BDCFD3;
}
.AnyTagClassName
{
color: #BDCFD3;
}
</style>
background-color css
<style>
a { background-color: #BDCFD3; }
a { background-color: rgb(189,207,211); }
div.DivClassName
{
background-color: #BDCFD3;
}
.BgClassName
{
background-color: #BDCFD3;
}
</style>
border-color css
<style>
span { border-color: #BDCFD3; }
span { border-color: rgb(189,207,211); }
td.TdClassName
{
border-color: #BDCFD3;
}
.TagClassName
{
border-color: #BDCFD3;
}
</style>