Shades of Ghost #BFBFC1
Tints of Ghost #BFBFC1
RGB
CMYK
RGB Variations
Color information
#BFBFC1 (or 0xBFBFC1) is known color: Ghost. HEX triplet: BF, BF and C1. RGB value is (191,191,193). Sum of RGB (Red+Green+Blue) = 191+191+193=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFC1 is #40403E. Grayscale: #BFBFBF. Windows color (decimal): -4210751 or 12697535. OLE color: 12697535.
HSL color Cylindrical-coordinate representation of color #BFBFC1: hue angle of 240º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BFBFC1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 191 | 191 | 193 | - |
CMYK | 0.01 | 0.01 | 0 | 0.24 |
HSL | 240º | 0.02% | 0.75% | - |
HSV(B) | 240º | 0.01% | 0.76% | - |
XYZ | 49.74 | 52.19 | 57.9 | - |
YUV | 191.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 191 | 193 | 0.01 | 0.01 | 0 | 0.24 | 240 | 0.02 | 0.75 |
Hex | BF | BF | C1 | 1 | 1 | 0 | 18 | F0 | 2 | 4B |
Octal | 277 | 277 | 301 | 1 | 1 | 0 | 30 | 360 | 2 | 113 |
Binary | 10111111 | 10111111 | 11000001 | 1 | 1 | 0 | 11000 | 11110000 | 10 | 1001011 |
Color Harmonies of #BFBFC1
Complementary color
Monochromatic Colors of #BFBFC1
Black with #BFBFC1
Text Example
Text Example
White with #BFBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFC1; }
p { color: rgb(191,191,193); }
H1.HeaderClassName
{
color: #BFBFC1;
}
.AnyTagClassName
{
color: #BFBFC1;
}
</style>
background-color css
<style>
a { background-color: #BFBFC1; }
a { background-color: rgb(191,191,193); }
div.DivClassName
{
background-color: #BFBFC1;
}
.BgClassName
{
background-color: #BFBFC1;
}
</style>
border-color css
<style>
span { border-color: #BFBFC1; }
span { border-color: rgb(191,191,193); }
td.TdClassName
{
border-color: #BFBFC1;
}
.TagClassName
{
border-color: #BFBFC1;
}
</style>