Shades of Ghost #BEBDC1
Tints of Ghost #BEBDC1
RGB
CMYK
RGB Variations
Color information
#BEBDC1 (or 0xBEBDC1) is known color: Ghost. HEX triplet: BE, BD and C1. RGB value is (190,189,193). Sum of RGB (Red+Green+Blue) = 190+189+193=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDC1 is #41423E. Grayscale: #BDBDBD. Windows color (decimal): -4276799 or 12697022. OLE color: 12697022.
HSL color Cylindrical-coordinate representation of color #BEBDC1: hue angle of 255º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEBDC1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 189 | 193 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.24 |
| HSL | 255º | 0.03% | 0.75% | - |
| HSV(B) | 255º | 0.02% | 0.76% | - |
| XYZ | 49.06 | 51.19 | 57.75 | - |
| YUV | 189.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 193 | 0.02 | 0.02 | 0 | 0.24 | 255 | 0.03 | 0.75 |
| Hex | BE | BD | C1 | 2 | 2 | 0 | 18 | FF | 3 | 4B |
| Octal | 276 | 275 | 301 | 2 | 2 | 0 | 30 | 377 | 3 | 113 |
| Binary | 10111110 | 10111101 | 11000001 | 10 | 10 | 0 | 11000 | 11111111 | 11 | 1001011 |
Color Harmonies of #BEBDC1
Complementary color
Monochromatic Colors of #BEBDC1
Black with #BEBDC1
Text Example
Text Example
White with #BEBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDC1; }
p { color: rgb(190,189,193); }
H1.HeaderClassName
{
color: #BEBDC1;
}
.AnyTagClassName
{
color: #BEBDC1;
}
</style>
background-color css
<style>
a { background-color: #BEBDC1; }
a { background-color: rgb(190,189,193); }
div.DivClassName
{
background-color: #BEBDC1;
}
.BgClassName
{
background-color: #BEBDC1;
}
</style>
border-color css
<style>
span { border-color: #BEBDC1; }
span { border-color: rgb(190,189,193); }
td.TdClassName
{
border-color: #BEBDC1;
}
.TagClassName
{
border-color: #BEBDC1;
}
</style>