#BCBCC2

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

Shades of Ghost #BCBCC2

Tints of Ghost #BCBCC2

Color information

#BCBCC2 (or 0xBCBCC2) is unknown color: approx Ghost. HEX triplet: BC, BC and C2. RGB value is (188,188,194). Sum of RGB (Red+Green+Blue) = 188+188+194=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC2 is #43433D. Grayscale: #BCBCBC. Windows color (decimal): -4408126 or 12762300. OLE color: 12762300.

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

Color convert

RGB188188194-
CMYK0.030.0300.24
HSL240º4.69%74.9%-
HSV(B)240º3.09%76.08%-
XYZ48.4650.5558.24-
YUV188.68131127.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=32.98%
G=32.98%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881881940.030.0300.242404.6974.9
HexBCBCC233018f054b
Octal274274302330303605113
Binary1011110010111100110000101111011000111100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCC2; }

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

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

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

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

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

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

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

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