Shades of Ghost #BEBEC9
Tints of Ghost #BEBEC9
RGB
CMYK
RGB Variations
Color information
#BEBEC9 (or 0xBEBEC9) is known color: Ghost. HEX triplet: BE, BE and C9. RGB value is (190,190,201). Sum of RGB (Red+Green+Blue) = 190+190+201=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEC9 is #414136. Grayscale: #BFBFBF. Windows color (decimal): -4276535 or 13221566. OLE color: 13221566.
HSL color Cylindrical-coordinate representation of color #BEBEC9: hue angle of 240º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEBEC9 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 190 | 201 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.21 |
| HSL | 240º | 0.09% | 0.77% | - |
| HSV(B) | 240º | 0.05% | 0.79% | - |
| XYZ | 50.19 | 51.99 | 62.65 | - |
| YUV | 191.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 201 | 0.05 | 0.05 | 0 | 0.21 | 240 | 0.09 | 0.77 |
| Hex | BE | BE | C9 | 5 | 5 | 0 | 15 | F0 | 9 | 4D |
| Octal | 276 | 276 | 311 | 5 | 5 | 0 | 25 | 360 | 11 | 115 |
| Binary | 10111110 | 10111110 | 11001001 | 101 | 101 | 0 | 10101 | 11110000 | 1001 | 1001101 |
Color Harmonies of #BEBEC9
Complementary color
Monochromatic Colors of #BEBEC9
Black with #BEBEC9
Text Example
Text Example
White with #BEBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEC9; }
p { color: rgb(190,190,201); }
H1.HeaderClassName
{
color: #BEBEC9;
}
.AnyTagClassName
{
color: #BEBEC9;
}
</style>
background-color css
<style>
a { background-color: #BEBEC9; }
a { background-color: rgb(190,190,201); }
div.DivClassName
{
background-color: #BEBEC9;
}
.BgClassName
{
background-color: #BEBEC9;
}
</style>
border-color css
<style>
span { border-color: #BEBEC9; }
span { border-color: rgb(190,190,201); }
td.TdClassName
{
border-color: #BEBEC9;
}
.TagClassName
{
border-color: #BEBEC9;
}
</style>