#BABAC9

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

Shades of Ghost #BABAC9

Tints of Ghost #BABAC9

Color information

#BABAC9 (or 0xBABAC9) is unknown color: approx Ghost. HEX triplet: BA, BA and C9. RGB value is (186,186,201). Sum of RGB (Red+Green+Blue) = 186+186+201=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #BABAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAC9 is #454536. Grayscale: #BBBBBB. Windows color (decimal): -4539703 or 13220538. OLE color: 13220538.

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

Color convert

RGB186186201-
CMYK0.070.0700.21
HSL240º12.2%75.88%-
HSV(B)240º7.46%78.82%-
XYZ48.3549.7762.32-
YUV187.71135.5126.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=32.46%
G=32.46%
B=35.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861862010.070.0700.2124012.275.88
HexBABAC977015f0c4c
Octal2722723117702536014114
Binary1011101010111010110010011111110101011111000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAC9; }

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

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

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

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

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

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

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

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