#BCBAC1

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

Shades of Ghost #BCBAC1

Tints of Ghost #BCBAC1

Color information

#BCBAC1 (or 0xBCBAC1) is unknown color: approx 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

RGB188186193-
CMYK0.030.0400.24
HSL257.14º5.34%74.31%-
HSV(B)257.14º3.63%75.69%-
XYZ47.9249.6657.51-
YUV187.4131.16128.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=33.16%
G=32.80%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881861930.030.0400.24257.145.3474.31
HexBCBAC13401810154a
Octal274272301340304015112
Binary101111001011101011000001111000110001000000011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>