Shades of Iron #BFCCD0
Tints of Iron #BFCCD0
RGB
CMYK
RGB Variations
Color information
#BFCCD0 (or 0xBFCCD0) is known color: Iron. HEX triplet: BF, CC and D0. RGB value is (191,204,208). Sum of RGB (Red+Green+Blue) = 191+204+208=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD0 is #40332F. Grayscale: #C8C8C8. Windows color (decimal): -4207408 or 13683903. OLE color: 13683903.
HSL color Cylindrical-coordinate representation of color #BFCCD0: hue angle of 194.12º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCCD0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 204 | 208 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.18 |
| HSL | 194.12º | 0.15% | 0.78% | - |
| HSV(B) | 194.12º | 0.08% | 0.82% | - |
| XYZ | 54.46 | 58.82 | 68.16 | - |
| YUV | 200.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 208 | 0.08 | 0.02 | 0 | 0.18 | 194.12 | 0.15 | 0.78 |
| Hex | BF | CC | D0 | 8 | 2 | 0 | 12 | C2 | F | 4E |
| Octal | 277 | 314 | 320 | 10 | 2 | 0 | 22 | 302 | 17 | 116 |
| Binary | 10111111 | 11001100 | 11010000 | 1000 | 10 | 0 | 10010 | 11000010 | 1111 | 1001110 |
Color Harmonies of #BFCCD0
Complementary color
Monochromatic Colors of #BFCCD0
Black with #BFCCD0
Text Example
Text Example
White with #BFCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCD0; }
p { color: rgb(191,204,208); }
H1.HeaderClassName
{
color: #BFCCD0;
}
.AnyTagClassName
{
color: #BFCCD0;
}
</style>
background-color css
<style>
a { background-color: #BFCCD0; }
a { background-color: rgb(191,204,208); }
div.DivClassName
{
background-color: #BFCCD0;
}
.BgClassName
{
background-color: #BFCCD0;
}
</style>
border-color css
<style>
span { border-color: #BFCCD0; }
span { border-color: rgb(191,204,208); }
td.TdClassName
{
border-color: #BFCCD0;
}
.TagClassName
{
border-color: #BFCCD0;
}
</style>