Shades of Ghost #BFC0C6
Tints of Ghost #BFC0C6
RGB
CMYK
RGB Variations
Color information
#BFC0C6 (or 0xBFC0C6) is known color: Ghost. HEX triplet: BF, C0 and C6. RGB value is (191,192,198). Sum of RGB (Red+Green+Blue) = 191+192+198=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFC0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0C6 is #403F39. Grayscale: #C0C0C0. Windows color (decimal): -4210490 or 13025471. OLE color: 13025471.
HSL color Cylindrical-coordinate representation of color #BFC0C6: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFC0C6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 192 | 198 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.22 |
| HSL | 231.43º | 0.06% | 0.76% | - |
| HSV(B) | 231.43º | 0.04% | 0.78% | - |
| XYZ | 50.53 | 52.85 | 60.96 | - |
| YUV | 192.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 198 | 0.04 | 0.03 | 0 | 0.22 | 231.43 | 0.06 | 0.76 |
| Hex | BF | C0 | C6 | 4 | 3 | 0 | 16 | E7 | 6 | 4C |
| Octal | 277 | 300 | 306 | 4 | 3 | 0 | 26 | 347 | 6 | 114 |
| Binary | 10111111 | 11000000 | 11000110 | 100 | 11 | 0 | 10110 | 11100111 | 110 | 1001100 |
Color Harmonies of #BFC0C6
Complementary color
Monochromatic Colors of #BFC0C6
Black with #BFC0C6
Text Example
Text Example
White with #BFC0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0C6; }
p { color: rgb(191,192,198); }
H1.HeaderClassName
{
color: #BFC0C6;
}
.AnyTagClassName
{
color: #BFC0C6;
}
</style>
background-color css
<style>
a { background-color: #BFC0C6; }
a { background-color: rgb(191,192,198); }
div.DivClassName
{
background-color: #BFC0C6;
}
.BgClassName
{
background-color: #BFC0C6;
}
</style>
border-color css
<style>
span { border-color: #BFC0C6; }
span { border-color: rgb(191,192,198); }
td.TdClassName
{
border-color: #BFC0C6;
}
.TagClassName
{
border-color: #BFC0C6;
}
</style>