#BAB9BD

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

Shades of Ghost #BAB9BD

Tints of Ghost #BAB9BD

Color information

#BAB9BD (or 0xBAB9BD) is unknown color: approx Ghost. HEX triplet: BA, B9 and BD. RGB value is (186,185,189). Sum of RGB (Red+Green+Blue) = 186+185+189=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9BD is #454642. Grayscale: #B9B9B9. Windows color (decimal): -4539971 or 12433850. OLE color: 12433850.

HSL color Cylindrical-coordinate representation of color #BAB9BD: hue angle of 255º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BAB9BD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186185189-
CMYK0.020.0200.26
HSL255º2.94%73.33%-
HSV(B)255º2.12%74.12%-
XYZ46.7848.8155.1-
YUV185.76129.83128.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=33.21%
G=33.04%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861851890.020.0200.262552.9473.33
HexBAB9BD2201Aff349
Octal272271275220323773111
Binary101110101011100110111101101001101011111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9BD; }

 p { color: rgb(186,185,189); }

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

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

 a { background-color: rgb(186,185,189); }

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

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

 span { border-color: rgb(186,185,189); }

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