Shades of Iron #BFCFD3
Tints of Iron #BFCFD3
RGB
CMYK
RGB Variations
Color information
#BFCFD3 (or 0xBFCFD3) is known color: Iron. HEX triplet: BF, CF and D3. RGB value is (191,207,211). Sum of RGB (Red+Green+Blue) = 191+207+211=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFCFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFD3 is #40302C. Grayscale: #CACACA. Windows color (decimal): -4206637 or 13881279. OLE color: 13881279.
HSL color Cylindrical-coordinate representation of color #BFCFD3: hue angle of 192º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCFD3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 191 | 207 | 211 | - |
CMYK | 0.09 | 0.02 | 0 | 0.17 |
HSL | 192º | 0.19% | 0.79% | - |
HSV(B) | 192º | 0.09% | 0.83% | - |
XYZ | 55.56 | 60.41 | 70.36 | - |
YUV | 202.67 | 132.7 | 119.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 207 | 211 | 0.09 | 0.02 | 0 | 0.17 | 192 | 0.19 | 0.79 |
Hex | BF | CF | D3 | 9 | 2 | 0 | 11 | C0 | 13 | 4F |
Octal | 277 | 317 | 323 | 11 | 2 | 0 | 21 | 300 | 23 | 117 |
Binary | 10111111 | 11001111 | 11010011 | 1001 | 10 | 0 | 10001 | 11000000 | 10011 | 1001111 |
Color Harmonies of #BFCFD3
Complementary color
Monochromatic Colors of #BFCFD3
Black with #BFCFD3
Text Example
Text Example
White with #BFCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFD3; }
p { color: rgb(191,207,211); }
H1.HeaderClassName
{
color: #BFCFD3;
}
.AnyTagClassName
{
color: #BFCFD3;
}
</style>
background-color css
<style>
a { background-color: #BFCFD3; }
a { background-color: rgb(191,207,211); }
div.DivClassName
{
background-color: #BFCFD3;
}
.BgClassName
{
background-color: #BFCFD3;
}
</style>
border-color css
<style>
span { border-color: #BFCFD3; }
span { border-color: rgb(191,207,211); }
td.TdClassName
{
border-color: #BFCFD3;
}
.TagClassName
{
border-color: #BFCFD3;
}
</style>