Shades of Ghost #BDBBC8
Tints of Ghost #BDBBC8
RGB
CMYK
RGB Variations
Color information
#BDBBC8 (or 0xBDBBC8) is known color: Ghost. HEX triplet: BD, BB and C8. RGB value is (189,187,200). Sum of RGB (Red+Green+Blue) = 189+187+200=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBC8 is #424437. Grayscale: #BDBDBD. Windows color (decimal): -4342840 or 13155261. OLE color: 13155261.
HSL color Cylindrical-coordinate representation of color #BDBBC8: hue angle of 249.23º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBBC8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 187 | 200 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.22 |
| HSL | 249.23º | 0.11% | 0.76% | - |
| HSV(B) | 249.23º | 0.07% | 0.78% | - |
| XYZ | 49.18 | 50.53 | 61.8 | - |
| YUV | 189.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 200 | 0.06 | 0.06 | 0 | 0.22 | 249.23 | 0.11 | 0.76 |
| Hex | BD | BB | C8 | 6 | 6 | 0 | 16 | F9 | B | 4C |
| Octal | 275 | 273 | 310 | 6 | 6 | 0 | 26 | 371 | 13 | 114 |
| Binary | 10111101 | 10111011 | 11001000 | 110 | 110 | 0 | 10110 | 11111001 | 1011 | 1001100 |
Color Harmonies of #BDBBC8
Complementary color
Monochromatic Colors of #BDBBC8
Black with #BDBBC8
Text Example
Text Example
White with #BDBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBC8; }
p { color: rgb(189,187,200); }
H1.HeaderClassName
{
color: #BDBBC8;
}
.AnyTagClassName
{
color: #BDBBC8;
}
</style>
background-color css
<style>
a { background-color: #BDBBC8; }
a { background-color: rgb(189,187,200); }
div.DivClassName
{
background-color: #BDBBC8;
}
.BgClassName
{
background-color: #BDBBC8;
}
</style>
border-color css
<style>
span { border-color: #BDBBC8; }
span { border-color: rgb(189,187,200); }
td.TdClassName
{
border-color: #BDBBC8;
}
.TagClassName
{
border-color: #BDBBC8;
}
</style>