Shades of Ghost #BCBAC6
Tints of Ghost #BCBAC6
RGB
CMYK
RGB Variations
Color information
#BCBAC6 (or 0xBCBAC6) is known color: Ghost. HEX triplet: BC, BA and C6. RGB value is (188,186,198). Sum of RGB (Red+Green+Blue) = 188+186+198=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC6 is #434539. Grayscale: #BBBBBB. Windows color (decimal): -4408634 or 13023932. OLE color: 13023932.
HSL color Cylindrical-coordinate representation of color #BCBAC6: hue angle of 250º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBAC6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 186 | 198 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.22 |
| HSL | 250º | 0.1% | 0.75% | - |
| HSV(B) | 250º | 0.06% | 0.78% | - |
| XYZ | 48.49 | 49.89 | 60.5 | - |
| YUV | 187.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 198 | 0.05 | 0.06 | 0 | 0.22 | 250 | 0.1 | 0.75 |
| Hex | BC | BA | C6 | 5 | 6 | 0 | 16 | FA | A | 4B |
| Octal | 274 | 272 | 306 | 5 | 6 | 0 | 26 | 372 | 12 | 113 |
| Binary | 10111100 | 10111010 | 11000110 | 101 | 110 | 0 | 10110 | 11111010 | 1010 | 1001011 |
Color Harmonies of #BCBAC6
Complementary color
Monochromatic Colors of #BCBAC6
Black with #BCBAC6
Text Example
Text Example
White with #BCBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAC6; }
p { color: rgb(188,186,198); }
H1.HeaderClassName
{
color: #BCBAC6;
}
.AnyTagClassName
{
color: #BCBAC6;
}
</style>
background-color css
<style>
a { background-color: #BCBAC6; }
a { background-color: rgb(188,186,198); }
div.DivClassName
{
background-color: #BCBAC6;
}
.BgClassName
{
background-color: #BCBAC6;
}
</style>
border-color css
<style>
span { border-color: #BCBAC6; }
span { border-color: rgb(188,186,198); }
td.TdClassName
{
border-color: #BCBAC6;
}
.TagClassName
{
border-color: #BCBAC6;
}
</style>