#BCBBBF

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

Shades of Ghost #BCBBBF

Tints of Ghost #BCBBBF

Color information

#BCBBBF (or 0xBCBBBF) is unknown color: approx Ghost. HEX triplet: BC, BB and BF. RGB value is (188,187,191). Sum of RGB (Red+Green+Blue) = 188+187+191=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBBF is #434440. Grayscale: #BBBBBB. Windows color (decimal): -4408385 or 12565436. OLE color: 12565436.

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

Color convert

RGB188187191-
CMYK0.020.0200.25
HSL255º3.03%74.12%-
HSV(B)255º2.09%74.9%-
XYZ47.9149.9956.41-
YUV187.76129.83128.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 191 (75% from 255) = 33.75%
R=33.22%
G=33.04%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881871910.020.0200.252553.0374.12
HexBCBBBF22019ff34a
Octal274273277220313773112
Binary101111001011101110111111101001100111111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBBF; }

 p { color: rgb(188,187,191); }

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

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

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

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

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

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

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