Shades of Iron #BFCDCE
Tints of Iron #BFCDCE
RGB
CMYK
RGB Variations
Color information
#BFCDCE (or 0xBFCDCE) is known color: Iron. HEX triplet: BF, CD and CE. RGB value is (191,205,206). Sum of RGB (Red+Green+Blue) = 191+205+206=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDCE is #403231. Grayscale: #C8C8C8. Windows color (decimal): -4207154 or 13553087. OLE color: 13553087.
HSL color Cylindrical-coordinate representation of color #BFCDCE: hue angle of 184º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDCE is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 205 | 206 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.19 |
| HSL | 184º | 0.13% | 0.78% | - |
| HSV(B) | 184º | 0.07% | 0.81% | - |
| XYZ | 54.46 | 59.2 | 66.95 | - |
| YUV | 200.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 206 | 0.07 | 0.00 | 0 | 0.19 | 184 | 0.13 | 0.78 |
| Hex | BF | CD | CE | 7 | 0 | 0 | 13 | B8 | D | 4E |
| Octal | 277 | 315 | 316 | 7 | 0 | 0 | 23 | 270 | 15 | 116 |
| Binary | 10111111 | 11001101 | 11001110 | 111 | 0 | 0 | 10011 | 10111000 | 1101 | 1001110 |
Color Harmonies of #BFCDCE
Complementary color
Monochromatic Colors of #BFCDCE
Black with #BFCDCE
Text Example
Text Example
White with #BFCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDCE; }
p { color: rgb(191,205,206); }
H1.HeaderClassName
{
color: #BFCDCE;
}
.AnyTagClassName
{
color: #BFCDCE;
}
</style>
background-color css
<style>
a { background-color: #BFCDCE; }
a { background-color: rgb(191,205,206); }
div.DivClassName
{
background-color: #BFCDCE;
}
.BgClassName
{
background-color: #BFCDCE;
}
</style>
border-color css
<style>
span { border-color: #BFCDCE; }
span { border-color: rgb(191,205,206); }
td.TdClassName
{
border-color: #BFCDCE;
}
.TagClassName
{
border-color: #BFCDCE;
}
</style>