#BCBAC7

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

Shades of Ghost #BCBAC7

Tints of Ghost #BCBAC7

Color information

#BCBAC7 (or 0xBCBAC7) is unknown color: approx Ghost. HEX triplet: BC, BA and C7. RGB value is (188,186,199). Sum of RGB (Red+Green+Blue) = 188+186+199=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC7 is #434538. Grayscale: #BCBCBC. Windows color (decimal): -4408633 or 13089468. OLE color: 13089468.

HSL color Cylindrical-coordinate representation of color #BCBAC7: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBAC7 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188186199-
CMYK0.060.0700.22
HSL249.23º10.4%75.49%-
HSV(B)249.23º6.53%78.04%-
XYZ48.6149.9361.11-
YUV188.08134.16127.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=32.81%
G=32.46%
B=34.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881861990.060.0700.22249.2310.475.49
HexBCBAC767016f9a4b
Octal2742723076702637112113
Binary1011110010111010110001111101110101101111100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAC7; }

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

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

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

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

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

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

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

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