#BCBAC3

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

Shades of Ghost #BCBAC3

Tints of Ghost #BCBAC3

Color information

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

RGB188186195-
CMYK0.040.0500.24
HSL253.33º6.98%74.71%-
HSV(B)253.33º4.62%76.47%-
XYZ48.1549.7558.69-
YUV187.62132.16128.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=33.04%
G=32.69%
B=34.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881861950.040.0500.24253.336.9874.71
HexBCBAC345018fd74b
Octal274272303450303757113
Binary101111001011101011000011100101011000111111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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