#BCBDC5

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

Shades of Ghost #BCBDC5

Tints of Ghost #BCBDC5

Color information

#BCBDC5 (or 0xBCBDC5) is unknown color: approx Ghost. HEX triplet: BC, BD and C5. RGB value is (188,189,197). Sum of RGB (Red+Green+Blue) = 188+189+197=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC5 is #43423A. Grayscale: #BDBDBD. Windows color (decimal): -4407867 or 12959164. OLE color: 12959164.

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

Color convert

RGB188189197-
CMYK0.050.0400.23
HSL233.33º7.2%75.49%-
HSV(B)233.33º4.57%77.25%-
XYZ49.0151.1260.11-
YUV189.61132.17126.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=32.75%
G=32.93%
B=34.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881891970.050.0400.23233.337.275.49
HexBCBDC554017e974b
Octal274275305540273517113
Binary101111001011110111000101101100010111111010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDC5; }

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

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

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

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

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

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

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

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