Shades of Ghost #BFBFCC
Tints of Ghost #BFBFCC
RGB
CMYK
RGB Variations
Color information
#BFBFCC (or 0xBFBFCC) is known color: Ghost. HEX triplet: BF, BF and CC. RGB value is (191,191,204). Sum of RGB (Red+Green+Blue) = 191+191+204=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFCC is #404033. Grayscale: #C0C0C0. Windows color (decimal): -4210740 or 13418431. OLE color: 13418431.
HSL color Cylindrical-coordinate representation of color #BFBFCC: hue angle of 240º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBFCC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 191 | 191 | 204 | - |
CMYK | 0.06 | 0.06 | 0 | 0.2 |
HSL | 240º | 0.11% | 0.77% | - |
HSV(B) | 240º | 0.06% | 0.8% | - |
XYZ | 51.02 | 52.7 | 64.61 | - |
YUV | 192.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 191 | 204 | 0.06 | 0.06 | 0 | 0.2 | 240 | 0.11 | 0.77 |
Hex | BF | BF | CC | 6 | 6 | 0 | 14 | F0 | B | 4D |
Octal | 277 | 277 | 314 | 6 | 6 | 0 | 24 | 360 | 13 | 115 |
Binary | 10111111 | 10111111 | 11001100 | 110 | 110 | 0 | 10100 | 11110000 | 1011 | 1001101 |
Color Harmonies of #BFBFCC
Complementary color
Monochromatic Colors of #BFBFCC
Black with #BFBFCC
Text Example
Text Example
White with #BFBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFCC; }
p { color: rgb(191,191,204); }
H1.HeaderClassName
{
color: #BFBFCC;
}
.AnyTagClassName
{
color: #BFBFCC;
}
</style>
background-color css
<style>
a { background-color: #BFBFCC; }
a { background-color: rgb(191,191,204); }
div.DivClassName
{
background-color: #BFBFCC;
}
.BgClassName
{
background-color: #BFBFCC;
}
</style>
border-color css
<style>
span { border-color: #BFBFCC; }
span { border-color: rgb(191,191,204); }
td.TdClassName
{
border-color: #BFBFCC;
}
.TagClassName
{
border-color: #BFBFCC;
}
</style>