#BCBCBD

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

Shades of Ghost #BCBCBD

Tints of Ghost #BCBCBD

Color information

#BCBCBD (or 0xBCBCBD) is unknown color: approx Ghost. HEX triplet: BC, BC and BD. RGB value is (188,188,189). Sum of RGB (Red+Green+Blue) = 188+188+189=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCBD is #434342. Grayscale: #BCBCBC. Windows color (decimal): -4408131 or 12434620. OLE color: 12434620.

HSL color Cylindrical-coordinate representation of color #BCBCBD: hue angle of 240º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BCBCBD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188188189-
CMYK0.010.0100.26
HSL240º0.75%73.92%-
HSV(B)240º0.53%74.12%-
XYZ47.9150.3355.33-
YUV188.11128.5127.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=33.27%
G=33.27%
B=33.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881881890.010.0100.262400.7573.92
HexBCBCBD1101Af014a
Octal274274275110323601112
Binary101111001011110010111101110110101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCBD; }

 p { color: rgb(188,188,189); }

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

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

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

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

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

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

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