#BABABF

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

Shades of Ghost #BABABF

Tints of Ghost #BABABF

Color information

#BABABF (or 0xBABABF) is unknown color: approx Ghost. HEX triplet: BA, BA and BF. RGB value is (186,186,191). Sum of RGB (Red+Green+Blue) = 186+186+191=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 191 - color contains mainly: blue. Hex color #BABABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABABF is #454540. Grayscale: #BABABA. Windows color (decimal): -4539713 or 12565178. OLE color: 12565178.

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

Color convert

RGB186186191-
CMYK0.030.0300.25
HSL240º3.76%73.92%-
HSV(B)240º2.62%74.9%-
XYZ47.2149.3256.32-
YUV186.57130.5127.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 191 (75% from 255) = 33.93%
R=33.04%
G=33.04%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861861910.030.0300.252403.7673.92
HexBABABF33019f044a
Octal272272277330313604112
Binary1011101010111010101111111111011001111100001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABABF; }

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

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

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

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

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

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

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

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