Shades of Iron #BFCCCB
Tints of Iron #BFCCCB
RGB
CMYK
RGB Variations
Color information
#BFCCCB (or 0xBFCCCB) is known color: Iron. HEX triplet: BF, CC and CB. RGB value is (191,204,203). Sum of RGB (Red+Green+Blue) = 191+204+203=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCCB is #403334. Grayscale: #C7C7C7. Windows color (decimal): -4207413 or 13356223. OLE color: 13356223.
HSL color Cylindrical-coordinate representation of color #BFCCCB: hue angle of 175.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCCCB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 203 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.2 |
| HSL | 175.38º | 0.11% | 0.77% | - |
| HSV(B) | 175.38º | 0.06% | 0.8% | - |
| XYZ | 53.86 | 58.57 | 64.97 | - |
| YUV | 200 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 203 | 0.06 | 0 | 0.00 | 0.2 | 175.38 | 0.11 | 0.77 |
| Hex | BF | CC | CB | 6 | 0 | 0 | 14 | AF | B | 4D |
| Octal | 277 | 314 | 313 | 6 | 0 | 0 | 24 | 257 | 13 | 115 |
| Binary | 10111111 | 11001100 | 11001011 | 110 | 0 | 0 | 10100 | 10101111 | 1011 | 1001101 |
Color Harmonies of #BFCCCB
Complementary color
Monochromatic Colors of #BFCCCB
Black with #BFCCCB
Text Example
Text Example
White with #BFCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCCB; }
p { color: rgb(191,204,203); }
H1.HeaderClassName
{
color: #BFCCCB;
}
.AnyTagClassName
{
color: #BFCCCB;
}
</style>
background-color css
<style>
a { background-color: #BFCCCB; }
a { background-color: rgb(191,204,203); }
div.DivClassName
{
background-color: #BFCCCB;
}
.BgClassName
{
background-color: #BFCCCB;
}
</style>
border-color css
<style>
span { border-color: #BFCCCB; }
span { border-color: rgb(191,204,203); }
td.TdClassName
{
border-color: #BFCCCB;
}
.TagClassName
{
border-color: #BFCCCB;
}
</style>