#BCBCBE

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

Shades of Ghost #BCBCBE

Tints of Ghost #BCBCBE

Color information

#BCBCBE (or 0xBCBCBE) is unknown color: approx Ghost. HEX triplet: BC, BC and BE. RGB value is (188,188,190). Sum of RGB (Red+Green+Blue) = 188+188+190=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCBE is #434341. Grayscale: #BCBCBC. Windows color (decimal): -4408130 or 12500156. OLE color: 12500156.

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

Color convert

RGB188188190-
CMYK0.010.0100.25
HSL240º1.52%74.12%-
HSV(B)240º1.05%74.51%-
XYZ48.0250.3855.91-
YUV188.23129127.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=33.22%
G=33.22%
B=33.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881881900.010.0100.252401.5274.12
HexBCBCBE11019f024a
Octal274274276110313602112
Binary1011110010111100101111101101100111110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCBE; }

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

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

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

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

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

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

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

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