Shades of Ghost #BCBAC4
Tints of Ghost #BCBAC4
RGB
CMYK
RGB Variations
Color information
#BCBAC4 (or 0xBCBAC4) is known color: Ghost. HEX triplet: BC, BA and C4. RGB value is (188,186,196). Sum of RGB (Red+Green+Blue) = 188+186+196=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC4 is #43453B. Grayscale: #BBBBBB. Windows color (decimal): -4408636 or 12892860. OLE color: 12892860.
HSL color Cylindrical-coordinate representation of color #BCBAC4: hue angle of 252º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBAC4 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 186 | 196 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.23 |
| HSL | 252º | 0.08% | 0.75% | - |
| HSV(B) | 252º | 0.05% | 0.77% | - |
| XYZ | 48.26 | 49.79 | 59.29 | - |
| YUV | 187.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 196 | 0.04 | 0.05 | 0 | 0.23 | 252 | 0.08 | 0.75 |
| Hex | BC | BA | C4 | 4 | 5 | 0 | 17 | FC | 8 | 4B |
| Octal | 274 | 272 | 304 | 4 | 5 | 0 | 27 | 374 | 10 | 113 |
| Binary | 10111100 | 10111010 | 11000100 | 100 | 101 | 0 | 10111 | 11111100 | 1000 | 1001011 |
Color Harmonies of #BCBAC4
Complementary color
Monochromatic Colors of #BCBAC4
Black with #BCBAC4
Text Example
Text Example
White with #BCBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAC4; }
p { color: rgb(188,186,196); }
H1.HeaderClassName
{
color: #BCBAC4;
}
.AnyTagClassName
{
color: #BCBAC4;
}
</style>
background-color css
<style>
a { background-color: #BCBAC4; }
a { background-color: rgb(188,186,196); }
div.DivClassName
{
background-color: #BCBAC4;
}
.BgClassName
{
background-color: #BCBAC4;
}
</style>
border-color css
<style>
span { border-color: #BCBAC4; }
span { border-color: rgb(188,186,196); }
td.TdClassName
{
border-color: #BCBAC4;
}
.TagClassName
{
border-color: #BCBAC4;
}
</style>