Shades of Ghost #BEBEBF
Tints of Ghost #BEBEBF
RGB
CMYK
RGB Variations
Color information
#BEBEBF (or 0xBEBEBF) is known color: Ghost. HEX triplet: BE, BE and BF. RGB value is (190,190,191). Sum of RGB (Red+Green+Blue) = 190+190+191=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEBF is #414140. Grayscale: #BEBEBE. Windows color (decimal): -4276545 or 12566206. OLE color: 12566206.
HSL color Cylindrical-coordinate representation of color #BEBEBF: hue angle of 240º degrees, saturation: 0.01, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BEBEBF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 191 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.25 |
| HSL | 240º | 0.01% | 0.75% | - |
| HSV(B) | 240º | 0.01% | 0.75% | - |
| XYZ | 49.05 | 51.54 | 56.65 | - |
| YUV | 190.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 191 | 0.01 | 0.01 | 0 | 0.25 | 240 | 0.01 | 0.75 |
| Hex | BE | BE | BF | 1 | 1 | 0 | 19 | F0 | 1 | 4B |
| Octal | 276 | 276 | 277 | 1 | 1 | 0 | 31 | 360 | 1 | 113 |
| Binary | 10111110 | 10111110 | 10111111 | 1 | 1 | 0 | 11001 | 11110000 | 1 | 1001011 |
Color Harmonies of #BEBEBF
Complementary color
Monochromatic Colors of #BEBEBF
Black with #BEBEBF
Text Example
Text Example
White with #BEBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEBF; }
p { color: rgb(190,190,191); }
H1.HeaderClassName
{
color: #BEBEBF;
}
.AnyTagClassName
{
color: #BEBEBF;
}
</style>
background-color css
<style>
a { background-color: #BEBEBF; }
a { background-color: rgb(190,190,191); }
div.DivClassName
{
background-color: #BEBEBF;
}
.BgClassName
{
background-color: #BEBEBF;
}
</style>
border-color css
<style>
span { border-color: #BEBEBF; }
span { border-color: rgb(190,190,191); }
td.TdClassName
{
border-color: #BEBEBF;
}
.TagClassName
{
border-color: #BEBEBF;
}
</style>