Shades of Ghost #BFBFC2
Tints of Ghost #BFBFC2
RGB
CMYK
RGB Variations
Color information
#BFBFC2 (or 0xBFBFC2) is known color: Ghost. HEX triplet: BF, BF and C2. RGB value is (191,191,194). Sum of RGB (Red+Green+Blue) = 191+191+194=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFC2 is #40403D. Grayscale: #BFBFBF. Windows color (decimal): -4210750 or 12763071. OLE color: 12763071.
HSL color Cylindrical-coordinate representation of color #BFBFC2: 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.02%. Process color model (Four color, CMYK) of #BFBFC2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 191 | 194 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.24 |
| HSL | 240º | 0.02% | 0.75% | - |
| HSV(B) | 240º | 0.02% | 0.76% | - |
| XYZ | 49.85 | 52.23 | 58.49 | - |
| YUV | 191.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 194 | 0.02 | 0.02 | 0 | 0.24 | 240 | 0.02 | 0.75 |
| Hex | BF | BF | C2 | 2 | 2 | 0 | 18 | F0 | 2 | 4B |
| Octal | 277 | 277 | 302 | 2 | 2 | 0 | 30 | 360 | 2 | 113 |
| Binary | 10111111 | 10111111 | 11000010 | 10 | 10 | 0 | 11000 | 11110000 | 10 | 1001011 |
Color Harmonies of #BFBFC2
Complementary color
Monochromatic Colors of #BFBFC2
Black with #BFBFC2
Text Example
Text Example
White with #BFBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFC2; }
p { color: rgb(191,191,194); }
H1.HeaderClassName
{
color: #BFBFC2;
}
.AnyTagClassName
{
color: #BFBFC2;
}
</style>
background-color css
<style>
a { background-color: #BFBFC2; }
a { background-color: rgb(191,191,194); }
div.DivClassName
{
background-color: #BFBFC2;
}
.BgClassName
{
background-color: #BFBFC2;
}
</style>
border-color css
<style>
span { border-color: #BFBFC2; }
span { border-color: rgb(191,191,194); }
td.TdClassName
{
border-color: #BFBFC2;
}
.TagClassName
{
border-color: #BFBFC2;
}
</style>