Shades of Ghost #BEBDCC
Tints of Ghost #BEBDCC
RGB
CMYK
RGB Variations
Color information
#BEBDCC (or 0xBEBDCC) is known color: Ghost. HEX triplet: BE, BD and CC. RGB value is (190,189,204). Sum of RGB (Red+Green+Blue) = 190+189+204=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDCC is #414233. Grayscale: #BEBEBE. Windows color (decimal): -4276788 or 13417918. OLE color: 13417918.
HSL color Cylindrical-coordinate representation of color #BEBDCC: hue angle of 244º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBDCC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 189 | 204 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.2 |
| HSL | 244º | 0.13% | 0.77% | - |
| HSV(B) | 244º | 0.07% | 0.8% | - |
| XYZ | 50.33 | 51.7 | 64.45 | - |
| YUV | 191.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 204 | 0.07 | 0.07 | 0 | 0.2 | 244 | 0.13 | 0.77 |
| Hex | BE | BD | CC | 7 | 7 | 0 | 14 | F4 | D | 4D |
| Octal | 276 | 275 | 314 | 7 | 7 | 0 | 24 | 364 | 15 | 115 |
| Binary | 10111110 | 10111101 | 11001100 | 111 | 111 | 0 | 10100 | 11110100 | 1101 | 1001101 |
Color Harmonies of #BEBDCC
Complementary color
Monochromatic Colors of #BEBDCC
Black with #BEBDCC
Text Example
Text Example
White with #BEBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDCC; }
p { color: rgb(190,189,204); }
H1.HeaderClassName
{
color: #BEBDCC;
}
.AnyTagClassName
{
color: #BEBDCC;
}
</style>
background-color css
<style>
a { background-color: #BEBDCC; }
a { background-color: rgb(190,189,204); }
div.DivClassName
{
background-color: #BEBDCC;
}
.BgClassName
{
background-color: #BEBDCC;
}
</style>
border-color css
<style>
span { border-color: #BEBDCC; }
span { border-color: rgb(190,189,204); }
td.TdClassName
{
border-color: #BEBDCC;
}
.TagClassName
{
border-color: #BEBDCC;
}
</style>