Shades of Ghost #BEBBC5
Tints of Ghost #BEBBC5
RGB
CMYK
RGB Variations
Color information
#BEBBC5 (or 0xBEBBC5) is known color: Ghost. HEX triplet: BE, BB and C5. RGB value is (190,187,197). Sum of RGB (Red+Green+Blue) = 190+187+197=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC5 is #41443A. Grayscale: #BDBDBD. Windows color (decimal): -4277307 or 12958654. OLE color: 12958654.
HSL color Cylindrical-coordinate representation of color #BEBBC5: hue angle of 258º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEBBC5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 187 | 197 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.23 |
| HSL | 258º | 0.08% | 0.75% | - |
| HSV(B) | 258º | 0.05% | 0.77% | - |
| XYZ | 49.08 | 50.52 | 59.99 | - |
| YUV | 189.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 197 | 0.04 | 0.05 | 0 | 0.23 | 258 | 0.08 | 0.75 |
| Hex | BE | BB | C5 | 4 | 5 | 0 | 17 | 102 | 8 | 4B |
| Octal | 276 | 273 | 305 | 4 | 5 | 0 | 27 | 402 | 10 | 113 |
| Binary | 10111110 | 10111011 | 11000101 | 100 | 101 | 0 | 10111 | 100000010 | 1000 | 1001011 |
Color Harmonies of #BEBBC5
Complementary color
Monochromatic Colors of #BEBBC5
Black with #BEBBC5
Text Example
Text Example
White with #BEBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBC5; }
p { color: rgb(190,187,197); }
H1.HeaderClassName
{
color: #BEBBC5;
}
.AnyTagClassName
{
color: #BEBBC5;
}
</style>
background-color css
<style>
a { background-color: #BEBBC5; }
a { background-color: rgb(190,187,197); }
div.DivClassName
{
background-color: #BEBBC5;
}
.BgClassName
{
background-color: #BEBBC5;
}
</style>
border-color css
<style>
span { border-color: #BEBBC5; }
span { border-color: rgb(190,187,197); }
td.TdClassName
{
border-color: #BEBBC5;
}
.TagClassName
{
border-color: #BEBBC5;
}
</style>