#BCBBC5

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

Shades of Ghost #BCBBC5

Tints of Ghost #BCBBC5

Color information

#BCBBC5 (or 0xBCBBC5) is unknown color: approx Ghost. HEX triplet: BC, BB and C5. RGB value is (188,187,197). Sum of RGB (Red+Green+Blue) = 188+187+197=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC5 is #43443A. Grayscale: #BCBCBC. Windows color (decimal): -4408379 or 12958652. OLE color: 12958652.

HSL color Cylindrical-coordinate representation of color #BCBBC5: hue angle of 246º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBBC5 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188187197-
CMYK0.050.0500.23
HSL246º7.94%75.29%-
HSV(B)246º5.08%77.25%-
XYZ48.5950.2659.96-
YUV188.44132.83127.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=32.87%
G=32.69%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881871970.050.0500.232467.9475.29
HexBCBBC555017f684b
Octal2742733055502736610113
Binary1011110010111011110001011011010101111111011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBC5; }

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

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

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

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

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

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

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

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