Shades of Iron #BFD0D5
Tints of Iron #BFD0D5
RGB
CMYK
RGB Variations
Color information
#BFD0D5 (or 0xBFD0D5) is known color: Iron. HEX triplet: BF, D0 and D5. RGB value is (191,208,213). Sum of RGB (Red+Green+Blue) = 191+208+213=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D5 is #402F2A. Grayscale: #CBCBCB. Windows color (decimal): -4206379 or 14012607. OLE color: 14012607.
HSL color Cylindrical-coordinate representation of color #BFD0D5: hue angle of 193.64º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD0D5 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 208 | 213 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.16 |
| HSL | 193.64º | 0.21% | 0.79% | - |
| HSV(B) | 193.64º | 0.1% | 0.84% | - |
| XYZ | 56.05 | 60.99 | 71.77 | - |
| YUV | 203.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 213 | 0.10 | 0.02 | 0 | 0.16 | 193.64 | 0.21 | 0.79 |
| Hex | BF | D0 | D5 | A | 2 | 0 | 10 | C2 | 15 | 4F |
| Octal | 277 | 320 | 325 | 12 | 2 | 0 | 20 | 302 | 25 | 117 |
| Binary | 10111111 | 11010000 | 11010101 | 1010 | 10 | 0 | 10000 | 11000010 | 10101 | 1001111 |
Color Harmonies of #BFD0D5
Complementary color
Monochromatic Colors of #BFD0D5
Black with #BFD0D5
Text Example
Text Example
White with #BFD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0D5; }
p { color: rgb(191,208,213); }
H1.HeaderClassName
{
color: #BFD0D5;
}
.AnyTagClassName
{
color: #BFD0D5;
}
</style>
background-color css
<style>
a { background-color: #BFD0D5; }
a { background-color: rgb(191,208,213); }
div.DivClassName
{
background-color: #BFD0D5;
}
.BgClassName
{
background-color: #BFD0D5;
}
</style>
border-color css
<style>
span { border-color: #BFD0D5; }
span { border-color: rgb(191,208,213); }
td.TdClassName
{
border-color: #BFD0D5;
}
.TagClassName
{
border-color: #BFD0D5;
}
</style>