Shades of Ghost #BFBDC9
Tints of Ghost #BFBDC9
RGB
CMYK
RGB Variations
Color information
#BFBDC9 (or 0xBFBDC9) is known color: Ghost. HEX triplet: BF, BD and C9. RGB value is (191,189,201). Sum of RGB (Red+Green+Blue) = 191+189+201=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC9 is #404236. Grayscale: #BEBEBE. Windows color (decimal): -4211255 or 13221311. OLE color: 13221311.
HSL color Cylindrical-coordinate representation of color #BFBDC9: hue angle of 250º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBDC9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 189 | 201 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.21 |
| HSL | 250º | 0.1% | 0.76% | - |
| HSV(B) | 250º | 0.06% | 0.79% | - |
| XYZ | 50.23 | 51.69 | 62.59 | - |
| YUV | 190.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 201 | 0.05 | 0.06 | 0 | 0.21 | 250 | 0.1 | 0.76 |
| Hex | BF | BD | C9 | 5 | 6 | 0 | 15 | FA | A | 4C |
| Octal | 277 | 275 | 311 | 5 | 6 | 0 | 25 | 372 | 12 | 114 |
| Binary | 10111111 | 10111101 | 11001001 | 101 | 110 | 0 | 10101 | 11111010 | 1010 | 1001100 |
Color Harmonies of #BFBDC9
Complementary color
Monochromatic Colors of #BFBDC9
Black with #BFBDC9
Text Example
Text Example
White with #BFBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDC9; }
p { color: rgb(191,189,201); }
H1.HeaderClassName
{
color: #BFBDC9;
}
.AnyTagClassName
{
color: #BFBDC9;
}
</style>
background-color css
<style>
a { background-color: #BFBDC9; }
a { background-color: rgb(191,189,201); }
div.DivClassName
{
background-color: #BFBDC9;
}
.BgClassName
{
background-color: #BFBDC9;
}
</style>
border-color css
<style>
span { border-color: #BFBDC9; }
span { border-color: rgb(191,189,201); }
td.TdClassName
{
border-color: #BFBDC9;
}
.TagClassName
{
border-color: #BFBDC9;
}
</style>