#BCBCC3

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

Shades of Ghost #BCBCC3

Tints of Ghost #BCBCC3

Color information

#BCBCC3 (or 0xBCBCC3) is unknown color: approx Ghost. HEX triplet: BC, BC and C3. RGB value is (188,188,195). Sum of RGB (Red+Green+Blue) = 188+188+195=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCBCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC3 is #43433C. Grayscale: #BCBCBC. Windows color (decimal): -4408125 or 12827836. OLE color: 12827836.

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

Color convert

RGB188188195-
CMYK0.040.0400.24
HSL240º5.51%75.1%-
HSV(B)240º3.59%76.47%-
XYZ48.5750.658.84-
YUV188.8131.5127.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=32.92%
G=32.92%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881881950.040.0400.242405.5175.1
HexBCBCC344018f064b
Octal274274303440303606113
Binary101111001011110011000011100100011000111100001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCC3; }

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

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

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

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

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

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

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

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