Shades of Ghost #BFBECB
Tints of Ghost #BFBECB
RGB
CMYK
RGB Variations
Color information
#BFBECB (or 0xBFBECB) is known color: Ghost. HEX triplet: BF, BE and CB. RGB value is (191,190,203). Sum of RGB (Red+Green+Blue) = 191+190+203=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBECB is #404134. Grayscale: #BFBFBF. Windows color (decimal): -4210997 or 13352639. OLE color: 13352639.
HSL color Cylindrical-coordinate representation of color #BFBECB: hue angle of 244.62º 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 #BFBECB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 190 | 203 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.20 |
| HSL | 244.62º | 0.11% | 0.77% | - |
| HSV(B) | 244.62º | 0.06% | 0.8% | - |
| XYZ | 50.68 | 52.22 | 63.91 | - |
| YUV | 191.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 203 | 0.06 | 0.06 | 0 | 0.20 | 244.62 | 0.11 | 0.77 |
| Hex | BF | BE | CB | 6 | 6 | 0 | 14 | F5 | B | 4D |
| Octal | 277 | 276 | 313 | 6 | 6 | 0 | 24 | 365 | 13 | 115 |
| Binary | 10111111 | 10111110 | 11001011 | 110 | 110 | 0 | 10100 | 11110101 | 1011 | 1001101 |
Color Harmonies of #BFBECB
Complementary color
Monochromatic Colors of #BFBECB
Black with #BFBECB
Text Example
Text Example
White with #BFBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBECB; }
p { color: rgb(191,190,203); }
H1.HeaderClassName
{
color: #BFBECB;
}
.AnyTagClassName
{
color: #BFBECB;
}
</style>
background-color css
<style>
a { background-color: #BFBECB; }
a { background-color: rgb(191,190,203); }
div.DivClassName
{
background-color: #BFBECB;
}
.BgClassName
{
background-color: #BFBECB;
}
</style>
border-color css
<style>
span { border-color: #BFBECB; }
span { border-color: rgb(191,190,203); }
td.TdClassName
{
border-color: #BFBECB;
}
.TagClassName
{
border-color: #BFBECB;
}
</style>