#BABAC6

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

Shades of Ghost #BABAC6

Tints of Ghost #BABAC6

Color information

#BABAC6 (or 0xBABAC6) is unknown color: approx Ghost. HEX triplet: BA, BA and C6. RGB value is (186,186,198). Sum of RGB (Red+Green+Blue) = 186+186+198=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #BABAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAC6 is #454539. Grayscale: #BBBBBB. Windows color (decimal): -4539706 or 13023930. OLE color: 13023930.

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

Color convert

RGB186186198-
CMYK0.060.0600.22
HSL240º9.52%75.29%-
HSV(B)240º6.06%77.65%-
XYZ4849.6360.48-
YUV187.37134127.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=32.63%
G=32.63%
B=34.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861861980.060.0600.222409.5275.29
HexBABAC666016f0a4b
Octal2722723066602636012113
Binary1011101010111010110001101101100101101111000010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAC6; }

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

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

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

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

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

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

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

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