Shades of Ghost #BEBEC5
Tints of Ghost #BEBEC5
RGB
CMYK
RGB Variations
Color information
#BEBEC5 (or 0xBEBEC5) is known color: Ghost. HEX triplet: BE, BE and C5. RGB value is (190,190,197). Sum of RGB (Red+Green+Blue) = 190+190+197=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEC5 is #41413A. Grayscale: #BEBEBE. Windows color (decimal): -4276539 or 12959422. OLE color: 12959422.
HSL color Cylindrical-coordinate representation of color #BEBEC5: hue angle of 240º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEBEC5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 190 | 197 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.23 |
| HSL | 240º | 0.06% | 0.76% | - |
| HSV(B) | 240º | 0.04% | 0.77% | - |
| XYZ | 49.73 | 51.81 | 60.2 | - |
| YUV | 190.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 197 | 0.04 | 0.04 | 0 | 0.23 | 240 | 0.06 | 0.76 |
| Hex | BE | BE | C5 | 4 | 4 | 0 | 17 | F0 | 6 | 4C |
| Octal | 276 | 276 | 305 | 4 | 4 | 0 | 27 | 360 | 6 | 114 |
| Binary | 10111110 | 10111110 | 11000101 | 100 | 100 | 0 | 10111 | 11110000 | 110 | 1001100 |
Color Harmonies of #BEBEC5
Complementary color
Monochromatic Colors of #BEBEC5
Black with #BEBEC5
Text Example
Text Example
White with #BEBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEC5; }
p { color: rgb(190,190,197); }
H1.HeaderClassName
{
color: #BEBEC5;
}
.AnyTagClassName
{
color: #BEBEC5;
}
</style>
background-color css
<style>
a { background-color: #BEBEC5; }
a { background-color: rgb(190,190,197); }
div.DivClassName
{
background-color: #BEBEC5;
}
.BgClassName
{
background-color: #BEBEC5;
}
</style>
border-color css
<style>
span { border-color: #BEBEC5; }
span { border-color: rgb(190,190,197); }
td.TdClassName
{
border-color: #BEBEC5;
}
.TagClassName
{
border-color: #BEBEC5;
}
</style>