Shades of Ghost #BDBBC5
Tints of Ghost #BDBBC5
RGB
CMYK
RGB Variations
Color information
#BDBBC5 (or 0xBDBBC5) is known color: Ghost. HEX triplet: BD, BB and C5. RGB value is (189,187,197). Sum of RGB (Red+Green+Blue) = 189+187+197=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBC5 is #42443A. Grayscale: #BCBCBC. Windows color (decimal): -4342843 or 12958653. OLE color: 12958653.
HSL color Cylindrical-coordinate representation of color #BDBBC5: hue angle of 252º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBBC5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 187 | 197 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.23 |
| HSL | 252º | 0.08% | 0.75% | - |
| HSV(B) | 252º | 0.05% | 0.77% | - |
| XYZ | 48.83 | 50.39 | 59.98 | - |
| YUV | 188.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 197 | 0.04 | 0.05 | 0 | 0.23 | 252 | 0.08 | 0.75 |
| Hex | BD | BB | C5 | 4 | 5 | 0 | 17 | FC | 8 | 4B |
| Octal | 275 | 273 | 305 | 4 | 5 | 0 | 27 | 374 | 10 | 113 |
| Binary | 10111101 | 10111011 | 11000101 | 100 | 101 | 0 | 10111 | 11111100 | 1000 | 1001011 |
Color Harmonies of #BDBBC5
Complementary color
Monochromatic Colors of #BDBBC5
Black with #BDBBC5
Text Example
Text Example
White with #BDBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBC5; }
p { color: rgb(189,187,197); }
H1.HeaderClassName
{
color: #BDBBC5;
}
.AnyTagClassName
{
color: #BDBBC5;
}
</style>
background-color css
<style>
a { background-color: #BDBBC5; }
a { background-color: rgb(189,187,197); }
div.DivClassName
{
background-color: #BDBBC5;
}
.BgClassName
{
background-color: #BDBBC5;
}
</style>
border-color css
<style>
span { border-color: #BDBBC5; }
span { border-color: rgb(189,187,197); }
td.TdClassName
{
border-color: #BDBBC5;
}
.TagClassName
{
border-color: #BDBBC5;
}
</style>