Shades of Ghost #BEBCC9
Tints of Ghost #BEBCC9
RGB
CMYK
RGB Variations
Color information
#BEBCC9 (or 0xBEBCC9) is known color: Ghost. HEX triplet: BE, BC and C9. RGB value is (190,188,201). Sum of RGB (Red+Green+Blue) = 190+188+201=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC9 is #414336. Grayscale: #BEBEBE. Windows color (decimal): -4277047 or 13221054. OLE color: 13221054.
HSL color Cylindrical-coordinate representation of color #BEBCC9: hue angle of 249.23º degrees, saturation: 0.11, 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 #BEBCC9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 188 | 201 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.21 |
| HSL | 249.23º | 0.11% | 0.76% | - |
| HSV(B) | 249.23º | 0.06% | 0.79% | - |
| XYZ | 49.76 | 51.13 | 62.5 | - |
| YUV | 190.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 201 | 0.05 | 0.06 | 0 | 0.21 | 249.23 | 0.11 | 0.76 |
| Hex | BE | BC | C9 | 5 | 6 | 0 | 15 | F9 | B | 4C |
| Octal | 276 | 274 | 311 | 5 | 6 | 0 | 25 | 371 | 13 | 114 |
| Binary | 10111110 | 10111100 | 11001001 | 101 | 110 | 0 | 10101 | 11111001 | 1011 | 1001100 |
Color Harmonies of #BEBCC9
Complementary color
Monochromatic Colors of #BEBCC9
Black with #BEBCC9
Text Example
Text Example
White with #BEBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCC9; }
p { color: rgb(190,188,201); }
H1.HeaderClassName
{
color: #BEBCC9;
}
.AnyTagClassName
{
color: #BEBCC9;
}
</style>
background-color css
<style>
a { background-color: #BEBCC9; }
a { background-color: rgb(190,188,201); }
div.DivClassName
{
background-color: #BEBCC9;
}
.BgClassName
{
background-color: #BEBCC9;
}
</style>
border-color css
<style>
span { border-color: #BEBCC9; }
span { border-color: rgb(190,188,201); }
td.TdClassName
{
border-color: #BEBCC9;
}
.TagClassName
{
border-color: #BEBCC9;
}
</style>