Shades of Iron #BFD0D1
Tints of Iron #BFD0D1
RGB
CMYK
RGB Variations
Color information
#BFD0D1 (or 0xBFD0D1) is known color: Iron. HEX triplet: BF, D0 and D1. RGB value is (191,208,209). Sum of RGB (Red+Green+Blue) = 191+208+209=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D1 is #402F2E. Grayscale: #CBCBCB. Windows color (decimal): -4206383 or 13750463. OLE color: 13750463.
HSL color Cylindrical-coordinate representation of color #BFD0D1: hue angle of 183.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD0D1 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 209 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.18 |
| HSL | 183.33º | 0.16% | 0.78% | - |
| HSV(B) | 183.33º | 0.09% | 0.82% | - |
| XYZ | 55.55 | 60.79 | 69.13 | - |
| YUV | 203.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 209 | 0.09 | 0.00 | 0 | 0.18 | 183.33 | 0.16 | 0.78 |
| Hex | BF | D0 | D1 | 9 | 0 | 0 | 12 | B7 | 10 | 4E |
| Octal | 277 | 320 | 321 | 11 | 0 | 0 | 22 | 267 | 20 | 116 |
| Binary | 10111111 | 11010000 | 11010001 | 1001 | 0 | 0 | 10010 | 10110111 | 10000 | 1001110 |
Color Harmonies of #BFD0D1
Complementary color
Monochromatic Colors of #BFD0D1
Black with #BFD0D1
Text Example
Text Example
White with #BFD0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0D1; }
p { color: rgb(191,208,209); }
H1.HeaderClassName
{
color: #BFD0D1;
}
.AnyTagClassName
{
color: #BFD0D1;
}
</style>
background-color css
<style>
a { background-color: #BFD0D1; }
a { background-color: rgb(191,208,209); }
div.DivClassName
{
background-color: #BFD0D1;
}
.BgClassName
{
background-color: #BFD0D1;
}
</style>
border-color css
<style>
span { border-color: #BFD0D1; }
span { border-color: rgb(191,208,209); }
td.TdClassName
{
border-color: #BFD0D1;
}
.TagClassName
{
border-color: #BFD0D1;
}
</style>