#BABAC5

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

Shades of Ghost #BABAC5

Tints of Ghost #BABAC5

Color information

#BABAC5 (or 0xBABAC5) is unknown color: approx Ghost. HEX triplet: BA, BA and C5. RGB value is (186,186,197). Sum of RGB (Red+Green+Blue) = 186+186+197=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 197 - color contains mainly: blue. Hex color #BABAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAC5 is #45453A. Grayscale: #BBBBBB. Windows color (decimal): -4539707 or 12958394. OLE color: 12958394.

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

Color convert

RGB186186197-
CMYK0.060.0600.23
HSL240º8.66%75.1%-
HSV(B)240º5.58%77.25%-
XYZ47.8949.5959.87-
YUV187.25133.5127.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=32.69%
G=32.69%
B=34.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861861970.060.0600.232408.6675.1
HexBABAC566017f094b
Octal2722723056602736011113
Binary1011101010111010110001011101100101111111000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAC5; }

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

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

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

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

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

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

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

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