Shades of Ghost #BFBECA
Tints of Ghost #BFBECA
RGB
CMYK
RGB Variations
Color information
#BFBECA (or 0xBFBECA) is known color: Ghost. HEX triplet: BF, BE and CA. RGB value is (191,190,202). Sum of RGB (Red+Green+Blue) = 191+190+202=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBECA is #404135. Grayscale: #BFBFBF. Windows color (decimal): -4210998 or 13287103. OLE color: 13287103.
HSL color Cylindrical-coordinate representation of color #BFBECA: hue angle of 245º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBECA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 190 | 202 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.21 |
| HSL | 245º | 0.1% | 0.77% | - |
| HSV(B) | 245º | 0.06% | 0.79% | - |
| XYZ | 50.56 | 52.17 | 63.28 | - |
| YUV | 191.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 202 | 0.05 | 0.06 | 0 | 0.21 | 245 | 0.1 | 0.77 |
| Hex | BF | BE | CA | 5 | 6 | 0 | 15 | F5 | A | 4D |
| Octal | 277 | 276 | 312 | 5 | 6 | 0 | 25 | 365 | 12 | 115 |
| Binary | 10111111 | 10111110 | 11001010 | 101 | 110 | 0 | 10101 | 11110101 | 1010 | 1001101 |
Color Harmonies of #BFBECA
Complementary color
Monochromatic Colors of #BFBECA
Black with #BFBECA
Text Example
Text Example
White with #BFBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBECA; }
p { color: rgb(191,190,202); }
H1.HeaderClassName
{
color: #BFBECA;
}
.AnyTagClassName
{
color: #BFBECA;
}
</style>
background-color css
<style>
a { background-color: #BFBECA; }
a { background-color: rgb(191,190,202); }
div.DivClassName
{
background-color: #BFBECA;
}
.BgClassName
{
background-color: #BFBECA;
}
</style>
border-color css
<style>
span { border-color: #BFBECA; }
span { border-color: rgb(191,190,202); }
td.TdClassName
{
border-color: #BFBECA;
}
.TagClassName
{
border-color: #BFBECA;
}
</style>