#BCBDC4

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

Shades of Ghost #BCBDC4

Tints of Ghost #BCBDC4

Color information

#BCBDC4 (or 0xBCBDC4) is unknown color: approx Ghost. HEX triplet: BC, BD and C4. RGB value is (188,189,196). Sum of RGB (Red+Green+Blue) = 188+189+196=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC4 is #43423B. Grayscale: #BDBDBD. Windows color (decimal): -4407868 or 12893628. OLE color: 12893628.

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

Color convert

RGB188189196-
CMYK0.040.0400.23
HSL232.5º6.35%75.29%-
HSV(B)232.5º4.08%76.86%-
XYZ48.951.0759.51-
YUV189.5131.67126.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=32.81%
G=32.98%
B=34.21%

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
Decimal1881891960.040.0400.23232.56.3575.29
HexBCBDC444017e864b
Octal274275304440273506113
Binary101111001011110111000100100100010111111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDC4; }

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

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

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

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

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

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

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

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