#BCBDC3

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

Shades of Ghost #BCBDC3

Tints of Ghost #BCBDC3

Color information

#BCBDC3 (or 0xBCBDC3) is unknown color: approx Ghost. HEX triplet: BC, BD and C3. RGB value is (188,189,195). Sum of RGB (Red+Green+Blue) = 188+189+195=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC3 is #43423C. Grayscale: #BDBDBD. Windows color (decimal): -4407869 or 12828092. OLE color: 12828092.

HSL color Cylindrical-coordinate representation of color #BCBDC3: hue angle of 231.43º 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 #BCBDC3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188189195-
CMYK0.040.0300.24
HSL231.43º5.51%75.1%-
HSV(B)231.43º3.59%76.47%-
XYZ48.7951.0358.91-
YUV189.38131.17127.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 195 (76.56% from 255) = 34.09%
R=32.87%
G=33.04%
B=34.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881891950.040.0300.24231.435.5175.1
HexBCBDC343018e764b
Octal274275303430303476113
Binary10111100101111011100001110011011000111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDC3; }

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

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

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

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

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

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

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

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