#BABABE

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

Shades of Ghost #BABABE

Tints of Ghost #BABABE

Color information

#BABABE (or 0xBABABE) is unknown color: approx Ghost. HEX triplet: BA, BA and BE. RGB value is (186,186,190). Sum of RGB (Red+Green+Blue) = 186+186+190=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #BABABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABABE is #454541. Grayscale: #BABABA. Windows color (decimal): -4539714 or 12499642. OLE color: 12499642.

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

Color convert

RGB186186190-
CMYK0.020.0200.25
HSL240º2.99%73.73%-
HSV(B)240º2.11%74.51%-
XYZ47.149.2755.74-
YUV186.46130127.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=33.10%
G=33.10%
B=33.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861861900.020.0200.252402.9973.73
HexBABABE22019f034a
Octal272272276220313603112
Binary101110101011101010111110101001100111110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABABE; }

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

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

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

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

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

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

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

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