Shades of Ghost #BDBCC8
Tints of Ghost #BDBCC8
RGB
CMYK
RGB Variations
Color information
#BDBCC8 (or 0xBDBCC8) is known color: Ghost. HEX triplet: BD, BC and C8. RGB value is (189,188,200). Sum of RGB (Red+Green+Blue) = 189+188+200=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCC8 is #424337. Grayscale: #BDBDBD. Windows color (decimal): -4342584 or 13155517. OLE color: 13155517.
HSL color Cylindrical-coordinate representation of color #BDBCC8: hue angle of 245º degrees, saturation: 0.1, 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 #BDBCC8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 188 | 200 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.22 |
| HSL | 245º | 0.1% | 0.76% | - |
| HSV(B) | 245º | 0.06% | 0.78% | - |
| XYZ | 49.39 | 50.96 | 61.88 | - |
| YUV | 189.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 200 | 0.06 | 0.06 | 0 | 0.22 | 245 | 0.1 | 0.76 |
| Hex | BD | BC | C8 | 6 | 6 | 0 | 16 | F5 | A | 4C |
| Octal | 275 | 274 | 310 | 6 | 6 | 0 | 26 | 365 | 12 | 114 |
| Binary | 10111101 | 10111100 | 11001000 | 110 | 110 | 0 | 10110 | 11110101 | 1010 | 1001100 |
Color Harmonies of #BDBCC8
Complementary color
Monochromatic Colors of #BDBCC8
Black with #BDBCC8
Text Example
Text Example
White with #BDBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCC8; }
p { color: rgb(189,188,200); }
H1.HeaderClassName
{
color: #BDBCC8;
}
.AnyTagClassName
{
color: #BDBCC8;
}
</style>
background-color css
<style>
a { background-color: #BDBCC8; }
a { background-color: rgb(189,188,200); }
div.DivClassName
{
background-color: #BDBCC8;
}
.BgClassName
{
background-color: #BDBCC8;
}
</style>
border-color css
<style>
span { border-color: #BDBCC8; }
span { border-color: rgb(189,188,200); }
td.TdClassName
{
border-color: #BDBCC8;
}
.TagClassName
{
border-color: #BDBCC8;
}
</style>