Shades of Ghost #BEBDC9
Tints of Ghost #BEBDC9
RGB
CMYK
RGB Variations
Color information
#BEBDC9 (or 0xBEBDC9) is known color: Ghost. HEX triplet: BE, BD and C9. RGB value is (190,189,201). Sum of RGB (Red+Green+Blue) = 190+189+201=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDC9 is #414236. Grayscale: #BEBEBE. Windows color (decimal): -4276791 or 13221310. OLE color: 13221310.
HSL color Cylindrical-coordinate representation of color #BEBDC9: hue angle of 245º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBDC9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 189 | 201 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.21 |
| HSL | 245º | 0.1% | 0.76% | - |
| HSV(B) | 245º | 0.06% | 0.79% | - |
| XYZ | 49.98 | 51.56 | 62.58 | - |
| YUV | 190.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 201 | 0.05 | 0.06 | 0 | 0.21 | 245 | 0.1 | 0.76 |
| Hex | BE | BD | C9 | 5 | 6 | 0 | 15 | F5 | A | 4C |
| Octal | 276 | 275 | 311 | 5 | 6 | 0 | 25 | 365 | 12 | 114 |
| Binary | 10111110 | 10111101 | 11001001 | 101 | 110 | 0 | 10101 | 11110101 | 1010 | 1001100 |
Color Harmonies of #BEBDC9
Complementary color
Monochromatic Colors of #BEBDC9
Black with #BEBDC9
Text Example
Text Example
White with #BEBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDC9; }
p { color: rgb(190,189,201); }
H1.HeaderClassName
{
color: #BEBDC9;
}
.AnyTagClassName
{
color: #BEBDC9;
}
</style>
background-color css
<style>
a { background-color: #BEBDC9; }
a { background-color: rgb(190,189,201); }
div.DivClassName
{
background-color: #BEBDC9;
}
.BgClassName
{
background-color: #BEBDC9;
}
</style>
border-color css
<style>
span { border-color: #BEBDC9; }
span { border-color: rgb(190,189,201); }
td.TdClassName
{
border-color: #BEBDC9;
}
.TagClassName
{
border-color: #BEBDC9;
}
</style>