#BCBDC7

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

Shades of Ghost #BCBDC7

Tints of Ghost #BCBDC7

Color information

#BCBDC7 (or 0xBCBDC7) is unknown color: approx Ghost. HEX triplet: BC, BD and C7. RGB value is (188,189,199). Sum of RGB (Red+Green+Blue) = 188+189+199=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC7 is #434238. Grayscale: #BDBDBD. Windows color (decimal): -4407865 or 13090236. OLE color: 13090236.

HSL color Cylindrical-coordinate representation of color #BCBDC7: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBDC7 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188189199-
CMYK0.060.0500.22
HSL234.55º8.94%75.88%-
HSV(B)234.55º5.53%78.04%-
XYZ49.2551.2161.32-
YUV189.84133.17126.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=32.64%
G=32.81%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881891990.060.0500.22234.558.9475.88
HexBCBDC765016eb94c
Octal2742753076502635311114
Binary1011110010111101110001111101010101101110101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDC7; }

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

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

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

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

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

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

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

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