#BCBDC8

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

Shades of Ghost #BCBDC8

Tints of Ghost #BCBDC8

Color information

#BCBDC8 (or 0xBCBDC8) is unknown color: approx Ghost. HEX triplet: BC, BD and C8. RGB value is (188,189,200). Sum of RGB (Red+Green+Blue) = 188+189+200=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC8 is #434237. Grayscale: #BDBDBD. Windows color (decimal): -4407864 or 13155772. OLE color: 13155772.

HSL color Cylindrical-coordinate representation of color #BCBDC8: hue angle of 235º degrees, saturation: 0.1, 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 #BCBDC8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188189200-
CMYK0.060.0600.22
HSL235º9.84%76.08%-
HSV(B)235º6%78.43%-
XYZ49.3651.2661.94-
YUV189.96133.67126.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=32.58%
G=32.76%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881892000.060.0600.222359.8476.08
HexBCBDC866016eba4c
Octal2742753106602635312114
Binary1011110010111101110010001101100101101110101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDC8; }

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

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

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

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

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

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

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

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