Shades of Iron #BFD1D2
Tints of Iron #BFD1D2
RGB
CMYK
RGB Variations
Color information
#BFD1D2 (or 0xBFD1D2) is known color: Iron. HEX triplet: BF, D1 and D2. RGB value is (191,209,210). Sum of RGB (Red+Green+Blue) = 191+209+210=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFD1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1D2 is #402E2D. Grayscale: #CBCBCB. Windows color (decimal): -4206126 or 13816255. OLE color: 13816255.
HSL color Cylindrical-coordinate representation of color #BFD1D2: hue angle of 183.16º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD1D2 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 210 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.18 |
| HSL | 183.16º | 0.17% | 0.79% | - |
| HSV(B) | 183.16º | 0.09% | 0.82% | - |
| XYZ | 55.92 | 61.33 | 69.86 | - |
| YUV | 203.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 210 | 0.09 | 0.00 | 0 | 0.18 | 183.16 | 0.17 | 0.79 |
| Hex | BF | D1 | D2 | 9 | 0 | 0 | 12 | B7 | 11 | 4F |
| Octal | 277 | 321 | 322 | 11 | 0 | 0 | 22 | 267 | 21 | 117 |
| Binary | 10111111 | 11010001 | 11010010 | 1001 | 0 | 0 | 10010 | 10110111 | 10001 | 1001111 |
Color Harmonies of #BFD1D2
Complementary color
Monochromatic Colors of #BFD1D2
Black with #BFD1D2
Text Example
Text Example
White with #BFD1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1D2; }
p { color: rgb(191,209,210); }
H1.HeaderClassName
{
color: #BFD1D2;
}
.AnyTagClassName
{
color: #BFD1D2;
}
</style>
background-color css
<style>
a { background-color: #BFD1D2; }
a { background-color: rgb(191,209,210); }
div.DivClassName
{
background-color: #BFD1D2;
}
.BgClassName
{
background-color: #BFD1D2;
}
</style>
border-color css
<style>
span { border-color: #BFD1D2; }
span { border-color: rgb(191,209,210); }
td.TdClassName
{
border-color: #BFD1D2;
}
.TagClassName
{
border-color: #BFD1D2;
}
</style>