Shades of Iron #BFD0D3
Tints of Iron #BFD0D3
RGB
CMYK
RGB Variations
Color information
#BFD0D3 (or 0xBFD0D3) is known color: Iron. HEX triplet: BF, D0 and D3. RGB value is (191,208,211). Sum of RGB (Red+Green+Blue) = 191+208+211=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFD0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D3 is #402F2C. Grayscale: #CBCBCB. Windows color (decimal): -4206381 or 13881535. OLE color: 13881535.
HSL color Cylindrical-coordinate representation of color #BFD0D3: hue angle of 189º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD0D3 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 208 | 211 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.17 |
| HSL | 189º | 0.19% | 0.79% | - |
| HSV(B) | 189º | 0.09% | 0.83% | - |
| XYZ | 55.8 | 60.89 | 70.44 | - |
| YUV | 203.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 211 | 0.09 | 0.01 | 0 | 0.17 | 189 | 0.19 | 0.79 |
| Hex | BF | D0 | D3 | 9 | 1 | 0 | 11 | BD | 13 | 4F |
| Octal | 277 | 320 | 323 | 11 | 1 | 0 | 21 | 275 | 23 | 117 |
| Binary | 10111111 | 11010000 | 11010011 | 1001 | 1 | 0 | 10001 | 10111101 | 10011 | 1001111 |
Color Harmonies of #BFD0D3
Complementary color
Monochromatic Colors of #BFD0D3
Black with #BFD0D3
Text Example
Text Example
White with #BFD0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0D3; }
p { color: rgb(191,208,211); }
H1.HeaderClassName
{
color: #BFD0D3;
}
.AnyTagClassName
{
color: #BFD0D3;
}
</style>
background-color css
<style>
a { background-color: #BFD0D3; }
a { background-color: rgb(191,208,211); }
div.DivClassName
{
background-color: #BFD0D3;
}
.BgClassName
{
background-color: #BFD0D3;
}
</style>
border-color css
<style>
span { border-color: #BFD0D3; }
span { border-color: rgb(191,208,211); }
td.TdClassName
{
border-color: #BFD0D3;
}
.TagClassName
{
border-color: #BFD0D3;
}
</style>