Shades of Harp #BFC0BB
Tints of Harp #BFC0BB
RGB
CMYK
RGB Variations
Color information
#BFC0BB (or 0xBFC0BB) is known color: Harp. HEX triplet: BF, C0 and BB. RGB value is (191,192,187). Sum of RGB (Red+Green+Blue) = 191+192+187=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0BB is #403F44. Grayscale: #BFBFBF. Windows color (decimal): -4210501 or 12304575. OLE color: 12304575.
HSL color Cylindrical-coordinate representation of color #BFC0BB: hue angle of 72º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC0BB is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 187 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.25 |
| HSL | 72º | 0.04% | 0.74% | - |
| HSV(B) | 72º | 0.03% | 0.75% | - |
| XYZ | 49.31 | 52.36 | 54.52 | - |
| YUV | 191.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 187 | 0.01 | 0 | 0.03 | 0.25 | 72 | 0.04 | 0.74 |
| Hex | BF | C0 | BB | 1 | 0 | 3 | 19 | 48 | 4 | 4A |
| Octal | 277 | 300 | 273 | 1 | 0 | 3 | 31 | 110 | 4 | 112 |
| Binary | 10111111 | 11000000 | 10111011 | 1 | 0 | 11 | 11001 | 1001000 | 100 | 1001010 |
Color Harmonies of #BFC0BB
Complementary color
Monochromatic Colors of #BFC0BB
Black with #BFC0BB
Text Example
Text Example
White with #BFC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0BB; }
p { color: rgb(191,192,187); }
H1.HeaderClassName
{
color: #BFC0BB;
}
.AnyTagClassName
{
color: #BFC0BB;
}
</style>
background-color css
<style>
a { background-color: #BFC0BB; }
a { background-color: rgb(191,192,187); }
div.DivClassName
{
background-color: #BFC0BB;
}
.BgClassName
{
background-color: #BFC0BB;
}
</style>
border-color css
<style>
span { border-color: #BFC0BB; }
span { border-color: rgb(191,192,187); }
td.TdClassName
{
border-color: #BFC0BB;
}
.TagClassName
{
border-color: #BFC0BB;
}
</style>