#BCBAC5

Color #BCBAC5 Ghost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost #BCBAC5

Tints of Ghost #BCBAC5

Color information

#BCBAC5 (or 0xBCBAC5) is unknown color: approx Ghost. HEX triplet: BC, BA and C5. RGB value is (188,186,197). Sum of RGB (Red+Green+Blue) = 188+186+197=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC5 is #43453A. Grayscale: #BBBBBB. Windows color (decimal): -4408635 or 12958396. OLE color: 12958396.

HSL color Cylindrical-coordinate representation of color #BCBAC5: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBAC5 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188186197-
CMYK0.050.0600.23
HSL250.91º8.66%75.1%-
HSV(B)250.91º5.58%77.25%-
XYZ48.3849.8459.89-
YUV187.85133.16128.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 197 (77.34% from 255) = 34.50%
R=32.92%
G=32.57%
B=34.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881861970.050.0600.23250.918.6675.1
HexBCBAC556017fb94b
Octal2742723055602737311113
Binary1011110010111010110001011011100101111111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAC5; }

 p { color: rgb(188,186,197); }

 H1.HeaderClassName
 {
   color: #BCBAC5;
 }
 .AnyTagClassName
 {
   color: #BCBAC5;
 }
</style>
background-color css

<style>
 a { background-color: #BCBAC5; }

 a { background-color: rgb(188,186,197); }

 div.DivClassName
 {
   background-color: #BCBAC5;
 }
 .BgClassName
 {
   background-color: #BCBAC5;
 }
</style>
border-color css

<style>
 span { border-color: #BCBAC5; }

 span { border-color: rgb(188,186,197); }

 td.TdClassName
 {
   border-color: #BCBAC5;
 }
 .TagClassName
 {
   border-color: #BCBAC5;
 }
</style>