#BCBBC6

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

Shades of Ghost #BCBBC6

Tints of Ghost #BCBBC6

Color information

#BCBBC6 (or 0xBCBBC6) is unknown color: approx Ghost. HEX triplet: BC, BB and C6. RGB value is (188,187,198). Sum of RGB (Red+Green+Blue) = 188+187+198=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC6 is #434439. Grayscale: #BCBCBC. Windows color (decimal): -4408378 or 13024188. OLE color: 13024188.

HSL color Cylindrical-coordinate representation of color #BCBBC6: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBBC6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188187198-
CMYK0.050.0600.22
HSL245.45º8.8%75.49%-
HSV(B)245.45º5.56%77.65%-
XYZ48.750.3160.57-
YUV188.55133.33127.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=32.81%
G=32.64%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881871980.050.0600.22245.458.875.49
HexBCBBC656016f594b
Octal2742733065602636511113
Binary1011110010111011110001101011100101101111010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBC6; }

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

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

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

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

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

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

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

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