#BABABD

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

Shades of Ghost #BABABD

Tints of Ghost #BABABD

Color information

#BABABD (or 0xBABABD) is unknown color: approx Ghost. HEX triplet: BA, BA and BD. RGB value is (186,186,189). Sum of RGB (Red+Green+Blue) = 186+186+189=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 189 - color contains mainly: blue. Hex color #BABABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABABD is #454542. Grayscale: #BABABA. Windows color (decimal): -4539715 or 12434106. OLE color: 12434106.

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

Color convert

RGB186186189-
CMYK0.020.0200.26
HSL240º2.22%73.53%-
HSV(B)240º1.59%74.12%-
XYZ46.9949.2355.17-
YUV186.34129.5127.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=33.16%
G=33.16%
B=33.69%

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
Decimal1861861890.020.0200.262402.2273.53
HexBABABD2201Af024a
Octal272272275220323602112
Binary101110101011101010111101101001101011110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABABD; }

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

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

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

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

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

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

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

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