#BAB9BE

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

Shades of Ghost #BAB9BE

Tints of Ghost #BAB9BE

Color information

#BAB9BE (or 0xBAB9BE) is unknown color: approx Ghost. HEX triplet: BA, B9 and BE. RGB value is (186,185,190). Sum of RGB (Red+Green+Blue) = 186+185+190=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9BE is #454641. Grayscale: #B9B9B9. Windows color (decimal): -4539970 or 12499386. OLE color: 12499386.

HSL color Cylindrical-coordinate representation of color #BAB9BE: hue angle of 252º 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 #BAB9BE is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186185190-
CMYK0.020.0300.25
HSL252º3.7%73.53%-
HSV(B)252º2.63%74.51%-
XYZ46.8948.8555.67-
YUV185.87130.33128.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=33.16%
G=32.98%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861851900.020.0300.252523.773.53
HexBAB9BE23019fc44a
Octal272271276230313744112
Binary1011101010111001101111101011011001111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9BE; }

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

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

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

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

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

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

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

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