Shades of Ghost #BFBECC
Tints of Ghost #BFBECC
RGB
CMYK
RGB Variations
Color information
#BFBECC (or 0xBFBECC) is known color: Ghost. HEX triplet: BF, BE and CC. RGB value is (191,190,204). Sum of RGB (Red+Green+Blue) = 191+190+204=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBECC is #404133. Grayscale: #BFBFBF. Windows color (decimal): -4210996 or 13418175. OLE color: 13418175.
HSL color Cylindrical-coordinate representation of color #BFBECC: hue angle of 244.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBECC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 190 | 204 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.2 |
| HSL | 244.29º | 0.12% | 0.77% | - |
| HSV(B) | 244.29º | 0.07% | 0.8% | - |
| XYZ | 50.8 | 52.26 | 64.54 | - |
| YUV | 191.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 204 | 0.06 | 0.07 | 0 | 0.2 | 244.29 | 0.12 | 0.77 |
| Hex | BF | BE | CC | 6 | 7 | 0 | 14 | F4 | C | 4D |
| Octal | 277 | 276 | 314 | 6 | 7 | 0 | 24 | 364 | 14 | 115 |
| Binary | 10111111 | 10111110 | 11001100 | 110 | 111 | 0 | 10100 | 11110100 | 1100 | 1001101 |
Color Harmonies of #BFBECC
Complementary color
Monochromatic Colors of #BFBECC
Black with #BFBECC
Text Example
Text Example
White with #BFBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBECC; }
p { color: rgb(191,190,204); }
H1.HeaderClassName
{
color: #BFBECC;
}
.AnyTagClassName
{
color: #BFBECC;
}
</style>
background-color css
<style>
a { background-color: #BFBECC; }
a { background-color: rgb(191,190,204); }
div.DivClassName
{
background-color: #BFBECC;
}
.BgClassName
{
background-color: #BFBECC;
}
</style>
border-color css
<style>
span { border-color: #BFBECC; }
span { border-color: rgb(191,190,204); }
td.TdClassName
{
border-color: #BFBECC;
}
.TagClassName
{
border-color: #BFBECC;
}
</style>