Shades of Ghost #BCBAC1
Tints of Ghost #BCBAC1
RGB
CMYK
RGB Variations
Color information
#BCBAC1 (or 0xBCBAC1) is known color: Ghost. HEX triplet: BC, BA and C1. RGB value is (188,186,193). Sum of RGB (Red+Green+Blue) = 188+186+193=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC1 is #43453E. Grayscale: #BBBBBB. Windows color (decimal): -4408639 or 12696252. OLE color: 12696252.
HSL color Cylindrical-coordinate representation of color #BCBAC1: hue angle of 257.14º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBAC1 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 188 | 186 | 193 | - |
CMYK | 0.03 | 0.04 | 0 | 0.24 |
HSL | 257.14º | 0.05% | 0.74% | - |
HSV(B) | 257.14º | 0.04% | 0.76% | - |
XYZ | 47.92 | 49.66 | 57.51 | - |
YUV | 187.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 186 | 193 | 0.03 | 0.04 | 0 | 0.24 | 257.14 | 0.05 | 0.74 |
Hex | BC | BA | C1 | 3 | 4 | 0 | 18 | 101 | 5 | 4A |
Octal | 274 | 272 | 301 | 3 | 4 | 0 | 30 | 401 | 5 | 112 |
Binary | 10111100 | 10111010 | 11000001 | 11 | 100 | 0 | 11000 | 100000001 | 101 | 1001010 |
Color Harmonies of #BCBAC1
Complementary color
Monochromatic Colors of #BCBAC1
Black with #BCBAC1
Text Example
Text Example
White with #BCBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAC1; }
p { color: rgb(188,186,193); }
H1.HeaderClassName
{
color: #BCBAC1;
}
.AnyTagClassName
{
color: #BCBAC1;
}
</style>
background-color css
<style>
a { background-color: #BCBAC1; }
a { background-color: rgb(188,186,193); }
div.DivClassName
{
background-color: #BCBAC1;
}
.BgClassName
{
background-color: #BCBAC1;
}
</style>
border-color css
<style>
span { border-color: #BCBAC1; }
span { border-color: rgb(188,186,193); }
td.TdClassName
{
border-color: #BCBAC1;
}
.TagClassName
{
border-color: #BCBAC1;
}
</style>