Shades of Ghost #BFBDC4
Tints of Ghost #BFBDC4
RGB
CMYK
RGB Variations
Color information
#BFBDC4 (or 0xBFBDC4) is known color: Ghost. HEX triplet: BF, BD and C4. RGB value is (191,189,196). Sum of RGB (Red+Green+Blue) = 191+189+196=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC4 is #40423B. Grayscale: #BEBEBE. Windows color (decimal): -4211260 or 12893631. OLE color: 12893631.
HSL color Cylindrical-coordinate representation of color #BFBDC4: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBDC4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 189 | 196 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.23 |
| HSL | 257.14º | 0.06% | 0.75% | - |
| HSV(B) | 257.14º | 0.04% | 0.77% | - |
| XYZ | 49.65 | 51.46 | 59.54 | - |
| YUV | 190.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 196 | 0.03 | 0.04 | 0 | 0.23 | 257.14 | 0.06 | 0.75 |
| Hex | BF | BD | C4 | 3 | 4 | 0 | 17 | 101 | 6 | 4B |
| Octal | 277 | 275 | 304 | 3 | 4 | 0 | 27 | 401 | 6 | 113 |
| Binary | 10111111 | 10111101 | 11000100 | 11 | 100 | 0 | 10111 | 100000001 | 110 | 1001011 |
Color Harmonies of #BFBDC4
Complementary color
Monochromatic Colors of #BFBDC4
Black with #BFBDC4
Text Example
Text Example
White with #BFBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDC4; }
p { color: rgb(191,189,196); }
H1.HeaderClassName
{
color: #BFBDC4;
}
.AnyTagClassName
{
color: #BFBDC4;
}
</style>
background-color css
<style>
a { background-color: #BFBDC4; }
a { background-color: rgb(191,189,196); }
div.DivClassName
{
background-color: #BFBDC4;
}
.BgClassName
{
background-color: #BFBDC4;
}
</style>
border-color css
<style>
span { border-color: #BFBDC4; }
span { border-color: rgb(191,189,196); }
td.TdClassName
{
border-color: #BFBDC4;
}
.TagClassName
{
border-color: #BFBDC4;
}
</style>