Shades of Ghost #BCBBC8
Tints of Ghost #BCBBC8
RGB
CMYK
RGB Variations
Color information
#BCBBC8 (or 0xBCBBC8) is known color: Ghost. HEX triplet: BC, BB and C8. RGB value is (188,187,200). Sum of RGB (Red+Green+Blue) = 188+187+200=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC8 is #434437. Grayscale: #BCBCBC. Windows color (decimal): -4408376 or 13155260. OLE color: 13155260.
HSL color Cylindrical-coordinate representation of color #BCBBC8: hue angle of 244.62º 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 #BCBBC8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 187 | 200 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.22 |
| HSL | 244.62º | 0.11% | 0.76% | - |
| HSV(B) | 244.62º | 0.07% | 0.78% | - |
| XYZ | 48.93 | 50.4 | 61.79 | - |
| YUV | 188.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 200 | 0.06 | 0.06 | 0 | 0.22 | 244.62 | 0.11 | 0.76 |
| Hex | BC | BB | C8 | 6 | 6 | 0 | 16 | F5 | B | 4C |
| Octal | 274 | 273 | 310 | 6 | 6 | 0 | 26 | 365 | 13 | 114 |
| Binary | 10111100 | 10111011 | 11001000 | 110 | 110 | 0 | 10110 | 11110101 | 1011 | 1001100 |
Color Harmonies of #BCBBC8
Complementary color
Monochromatic Colors of #BCBBC8
Black with #BCBBC8
Text Example
Text Example
White with #BCBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBC8; }
p { color: rgb(188,187,200); }
H1.HeaderClassName
{
color: #BCBBC8;
}
.AnyTagClassName
{
color: #BCBBC8;
}
</style>
background-color css
<style>
a { background-color: #BCBBC8; }
a { background-color: rgb(188,187,200); }
div.DivClassName
{
background-color: #BCBBC8;
}
.BgClassName
{
background-color: #BCBBC8;
}
</style>
border-color css
<style>
span { border-color: #BCBBC8; }
span { border-color: rgb(188,187,200); }
td.TdClassName
{
border-color: #BCBBC8;
}
.TagClassName
{
border-color: #BCBBC8;
}
</style>