Shades of Ghost #BDBFC8
Tints of Ghost #BDBFC8
RGB
CMYK
RGB Variations
Color information
#BDBFC8 (or 0xBDBFC8) is known color: Ghost. HEX triplet: BD, BF and C8. RGB value is (189,191,200). Sum of RGB (Red+Green+Blue) = 189+191+200=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC8 is #424037. Grayscale: #BFBFBF. Windows color (decimal): -4341816 or 13156285. OLE color: 13156285.
HSL color Cylindrical-coordinate representation of color #BDBFC8: hue angle of 229.09º degrees, saturation: 0.09, 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 #BDBFC8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 191 | 200 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.22 |
| HSL | 229.09º | 0.09% | 0.76% | - |
| HSV(B) | 229.09º | 0.06% | 0.78% | - |
| XYZ | 50.04 | 52.25 | 62.09 | - |
| YUV | 191.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 200 | 0.06 | 0.04 | 0 | 0.22 | 229.09 | 0.09 | 0.76 |
| Hex | BD | BF | C8 | 6 | 4 | 0 | 16 | E5 | 9 | 4C |
| Octal | 275 | 277 | 310 | 6 | 4 | 0 | 26 | 345 | 11 | 114 |
| Binary | 10111101 | 10111111 | 11001000 | 110 | 100 | 0 | 10110 | 11100101 | 1001 | 1001100 |
Color Harmonies of #BDBFC8
Complementary color
Monochromatic Colors of #BDBFC8
Black with #BDBFC8
Text Example
Text Example
White with #BDBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFC8; }
p { color: rgb(189,191,200); }
H1.HeaderClassName
{
color: #BDBFC8;
}
.AnyTagClassName
{
color: #BDBFC8;
}
</style>
background-color css
<style>
a { background-color: #BDBFC8; }
a { background-color: rgb(189,191,200); }
div.DivClassName
{
background-color: #BDBFC8;
}
.BgClassName
{
background-color: #BDBFC8;
}
</style>
border-color css
<style>
span { border-color: #BDBFC8; }
span { border-color: rgb(189,191,200); }
td.TdClassName
{
border-color: #BDBFC8;
}
.TagClassName
{
border-color: #BDBFC8;
}
</style>