Shades of Ghost #BCBAC3
Tints of Ghost #BCBAC3
RGB
CMYK
RGB Variations
Color information
#BCBAC3 (or 0xBCBAC3) is known color: Ghost. HEX triplet: BC, BA and C3. RGB value is (188,186,195). Sum of RGB (Red+Green+Blue) = 188+186+195=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCBAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC3 is #43453C. Grayscale: #BBBBBB. Windows color (decimal): -4408637 or 12827324. OLE color: 12827324.
HSL color Cylindrical-coordinate representation of color #BCBAC3: hue angle of 253.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBAC3 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 188 | 186 | 195 | - |
CMYK | 0.04 | 0.05 | 0 | 0.24 |
HSL | 253.33º | 0.07% | 0.75% | - |
HSV(B) | 253.33º | 0.05% | 0.76% | - |
XYZ | 48.15 | 49.75 | 58.69 | - |
YUV | 187.62 | 132.16 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 186 | 195 | 0.04 | 0.05 | 0 | 0.24 | 253.33 | 0.07 | 0.75 |
Hex | BC | BA | C3 | 4 | 5 | 0 | 18 | FD | 7 | 4B |
Octal | 274 | 272 | 303 | 4 | 5 | 0 | 30 | 375 | 7 | 113 |
Binary | 10111100 | 10111010 | 11000011 | 100 | 101 | 0 | 11000 | 11111101 | 111 | 1001011 |
Color Harmonies of #BCBAC3
Complementary color
Monochromatic Colors of #BCBAC3
Black with #BCBAC3
Text Example
Text Example
White with #BCBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAC3; }
p { color: rgb(188,186,195); }
H1.HeaderClassName
{
color: #BCBAC3;
}
.AnyTagClassName
{
color: #BCBAC3;
}
</style>
background-color css
<style>
a { background-color: #BCBAC3; }
a { background-color: rgb(188,186,195); }
div.DivClassName
{
background-color: #BCBAC3;
}
.BgClassName
{
background-color: #BCBAC3;
}
</style>
border-color css
<style>
span { border-color: #BCBAC3; }
span { border-color: rgb(188,186,195); }
td.TdClassName
{
border-color: #BCBAC3;
}
.TagClassName
{
border-color: #BCBAC3;
}
</style>