#BCBCC4

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

Shades of Ghost #BCBCC4

Tints of Ghost #BCBCC4

Color information

#BCBCC4 (or 0xBCBCC4) is unknown color: approx Ghost. HEX triplet: BC, BC and C4. RGB value is (188,188,196). Sum of RGB (Red+Green+Blue) = 188+188+196=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC4 is #43433B. Grayscale: #BCBCBC. Windows color (decimal): -4408124 or 12893372. OLE color: 12893372.

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

Color convert

RGB188188196-
CMYK0.040.0400.23
HSL240º6.35%75.29%-
HSV(B)240º4.08%76.86%-
XYZ48.6950.6459.43-
YUV188.91132127.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=32.87%
G=32.87%
B=34.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881881960.040.0400.232406.3575.29
HexBCBCC444017f064b
Octal274274304440273606113
Binary101111001011110011000100100100010111111100001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCC4; }

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

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

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

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

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

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

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

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